Spread Windows Forms 12.0 Product Documentation
Padding Property (CharBoxInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > CharBoxInfo Class : Padding Property
Gets or sets the blank size between the border and the content within the char box.
Syntax
'Declaration
 
Public Property Padding As Padding
'Usage
 
Dim instance As CharBoxInfo
Dim value As Padding
 
instance.Padding = value
 
value = instance.Padding
public Padding Padding {get; set;}

Property Value

A Padding indicates the paddings.
The default is "1,1,1,1".
Remarks
This property determines the distance between the input area of the CharBoxInfo and the border of it.
See Also

Reference

CharBoxInfo Class
CharBoxInfo Members