[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.Padding

Padding Property

Padding

Gets or sets padding within the control.

Declaration
public Padding Padding { get; set; }
Public Property Padding As Padding
Property Value
Type Description
Padding

A Padding object that represents the control's internal spacing characteristics.
The default is "1,1,1,1".

Remarks

The Padding property indicates the rectangle used for displaying the text. The rectangle is between the border and display area and excludes the side button areas.

See Also