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


In This Topic
    Top Property (DoubleLineBorder)
    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 DoubleLineBorder
    Dim value As Boolean
     
    value = instance.Top
    public bool Top {get;}
    See Also