Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / MarginLeft Property


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