Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ComplexBorderSide Class / DashStyle Property


In This Topic
    DashStyle Property (ComplexBorderSide)
    In This Topic
    Gets the dash style of this side of the complex border.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DashStyle As DashStyle
    'Usage
     
    
    Dim instance As ComplexBorderSide
    Dim value As DashStyle
     
    value = instance.DashStyle
    public DashStyle DashStyle {get;}
    See Also