Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / LineBorder Class / Top Property


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