In This Topic
Gets the length of the dash relative to the line width.
Syntax
'Declaration
Public ReadOnly Property DashLength As Integer
'Usage
Dim instance As DashStop
Dim value As Integer
value = instance.DashLength
public int DashLength {get;}
Property Value
The length of the dash relative to the line width.
See Also