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


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