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
See Also