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


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