Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / DoubleLineBorder Class / Left Property


In This Topic
    Left Property (DoubleLineBorder)
    In This Topic
    Gets whether the line is drawn on the left edge of the border.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Left As Boolean
    'Usage
     
    
    Dim instance As DoubleLineBorder
    Dim value As Boolean
     
    value = instance.Left
    public bool Left {get;}
    See Also