[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType.DisplayAlignment

DisplayAlignment Property

DisplayAlignment

Gets or sets the text alignment when displaying the horizontal axis when the control does not have input focus.

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

One of the GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.DisplayAlignment enumeration values that specifies how text is aligned in the control.
The default is DisplayAlignment.None.

Remarks

This property is used to display text with different character spacing settings.

note

If the text of this GcTextBox is longer than this control's width, the character spacing effect disappears.