Padding Property (DefaultSubItemInfo)
In This Topic
Gets or sets a
Padding value that indicates the distance between the content and the boundary of the
SubItemInfo object.
Syntax
'Declaration
Public Property Padding As Padding
'Usage
Dim instance As DefaultSubItemInfo
Dim value As Padding
instance.Padding = value
value = instance.Padding
public Padding Padding {get; set;}
Property Value
A
Padding value that indicates the distance between the content and the boundary of the
SubItemInfo object.
See Also