Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / LineBorder Class / Bottom Property


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