Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelArea Class / Padding Property


In This Topic
    Padding Property (LabelArea)
    In This Topic
    Gets or sets the amount of extra space around the text.
    Syntax
    'Declaration
     
    
    Public Property Padding As PaddingF
    'Usage
     
    
    Dim instance As LabelArea
    Dim value As PaddingF
     
    instance.Padding = value
     
    value = instance.Padding
    public PaddingF Padding {get; set;}
    Exceptions
    ExceptionDescription
    Padding on any edge is less than zero or greater than 1584.
    Remarks
    Padding is measured in points.
    See Also