DashPattern Property (Pen)
Gets an array of custom dashes and spaces.
'Declaration
Public Property DashPattern As DashStop()
'Usage
Dim instance As Pen
Dim value() As DashStop
instance.DashPattern = value
value = instance.DashPattern
Property Value
An array of real numbers that specifies the lengths of alternating dashes and spaces in dashed lines.