Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / MarginBottom Property


In This Topic
    MarginBottom Property (IElementStyle)
    In This Topic
    Gets or sets the bottom margin.
    Syntax
    'Declaration
     
    
    Property MarginBottom As Integer
    'Usage
     
    
    Dim instance As IElementStyle
    Dim value As Integer
     
    instance.MarginBottom = value
     
    value = instance.MarginBottom
    int MarginBottom {get; set;}
    See Also