Spread WPF 18
GrapeCity.Drawing Namespace / DashStop Structure / SpaceLength Property


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

    Property Value

    The length of the space relative to the line width.
    See Also