Spread Windows Forms 12.0 Product Documentation
Padding Property (DefaultSubItemInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DefaultSubItemInfo Class : Padding Property
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

Reference

DefaultSubItemInfo Class
DefaultSubItemInfo Members