[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.ContentAlignment

ContentAlignment Property

ContentAlignment

Gets or sets the content alignment of the control.

Declaration
public virtual ContentAlignment ContentAlignment { get; set; }
Public Overridable Property ContentAlignment As ContentAlignment
Property Value
Type Description
ContentAlignment

The value indicates the alignment of the content of this control.
The default is TopLeft.

Remarks

There are nine alignment types for displaying the content. Each type can be set using this property.

See Also