Gets or sets the ribbon group's horizontal content alignment. The default value is TXText
Introduced: X17.
public TXTextControl.HorizontalAlignment HorizontalContentAlignment { get; set;}Public Property HorizontalContentAlignment() As TXTextControl.HorizontalAlignment| Member | Description |
|---|---|
| Left | The content is left aligned. |
| Right | The content is right aligned. |
| Center | The content is centered. |
| Justify | This value cannot be used with this property. |