I'm using on Render to draw lines and would like to have the StrokeStyle parameter DashStyle user configurable. I have tried to use the built in SharpDX.Direct2D1.DashStyle enum, but i have a feeling it doesnt like this to be set publicly (in the properties section, not csl compliant warning in VisualStudio) and also when it comes to e.g. SharpDX.Direct2D1.DashStyle.Dash, trying to substitute .Dash for my enumerated variable is a no go too. Fairly new to all this so i may be missing something simple and obvious. Is there an simple way to use this enum? Did try using my own enum but seems very long winded way when one is already built in.
Thanks!
Col.

Comment