GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateDayField Class / Padding Property


In This Topic
Padding Property (DateDayField)
In This Topic
Gets or sets padding within the Field.
Syntax
'Declaration
 
Public Property Padding As Padding
 
'Usage
 
Dim instance As DateDayField
Dim value As Padding
 
instance.Padding = value
 
value = instance.Padding

Property Value

A System.Windows.Forms.Padding representing the field's internal spacing characteristics.
The default is "0,0,0,0".
Remarks
This property determines the distance between the input area of the Field and the bounds edge of it.
See Also