Spread Windows Forms 17
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;}
    See Also