Spread Windows Forms 13.0 Product Documentation
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;}

    Property Value

    ComplexBorderSide object containing the border for this side
    See Also