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


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