Padding Property (CharBox)
Gets or sets the blank size between the border and the content within the char box.
'Declaration
Public Property Padding As Padding
'Usage
Dim instance As CharBox
Dim value As Padding
instance.Padding = value
value = instance.Padding
Property Value
A
Padding indicates the paddings.
The default is "1,1,1,1".