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


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