Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win Namespace / Inset Class / Bottom Property


In This Topic
    Bottom Property (Inset)
    In This Topic
    Gets the inset from the bottom.
    Syntax
    'Declaration
     
    Public ReadOnly Property Bottom As Integer
    'Usage
     
    Dim instance As Inset
    Dim value As Integer
     
    value = instance.Bottom
    public int Bottom {get;}

    Property Value

    Integer number of pixels in the bottom margin
    Remarks

    Get the margins (insets) from the left, right, and top by getting these property values:

    Set the margins (insets) using the Inset class constructors.

    See Also