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


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