Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / MarginRight Property


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