Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelArea Class / Padding Property


Padding Property (LabelArea)
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
Exceptions
ExceptionDescription
Padding on any edge is less than zero or greater than 1584.
Remarks
Padding is measured in points.
See Also