Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / DashStop Structure / DashLength Property


In This Topic
    DashLength Property
    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