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


In This Topic
    Top Property (ComplexBorder)
    In This Topic
    Gets the ComplexBorderSide object for the top side.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Top As ComplexBorderSide
    'Usage
     
    
    Dim instance As ComplexBorder
    Dim value As ComplexBorderSide
     
    value = instance.Top
    public ComplexBorderSide Top {get;}
    See Also