Spread Windows Forms 12.0 Product Documentation
Padding Property (LabelArea)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > LabelArea Class : Padding Property
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

Reference

LabelArea Class
LabelArea Members