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


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