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


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