Spread Windows Forms 12.0 Product Documentation
Padding Property (Field)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > Field Class : Padding Property
Gets or sets padding within the Field.
Syntax
'Declaration
 
Public Property Padding As Padding
'Usage
 
Dim instance As Field
Dim value As Padding
 
instance.Padding = value
 
value = instance.Padding
public Padding Padding {get; set;}

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

Reference

Field Class
Field Members