Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ComplexBorderSide Class / Draw Property


In This Topic
    Draw Property
    In This Topic
    Gets whether this side is drawn in the complex border.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Draw As Boolean
    'Usage
     
    
    Dim instance As ComplexBorderSide
    Dim value As Boolean
     
    value = instance.Draw
    public bool Draw {get;}
    See Also