Padding Property (DefaultSubItem)
Gets or sets a
Padding value indicates the distance between the content and the boundary of the
SubItem.
'Declaration
Public Property Padding As Padding
'Usage
Dim instance As DefaultSubItem
Dim value As Padding
instance.Padding = value
value = instance.Padding
Property Value
A
Padding value indicates the distance between the content and the boundary of the
SubItem..