Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / MarginBottom Property


In This Topic
    MarginBottom Property (ElementControl)
    In This Topic
    Gets or sets the margin between the bottom of the control and its contents.
    Syntax
    'Declaration
     
    
    Public Overridable Property MarginBottom As Integer
    'Usage
     
    
    Dim instance As ElementControl
    Dim value As Integer
     
    instance.MarginBottom = value
     
    value = instance.MarginBottom
    public virtual int MarginBottom {get; set;}
    See Also