Gets the style used for dashed lines drawn with this
Pen.
'Declaration
Public Property DashStyle As DashStyle
'Usage
Dim instance As Pen
Dim value As DashStyle
instance.DashStyle = value
value = instance.DashStyle
Property Value
A
DashStyle that represents the style used for dashed lines drawn with this
Pen.