Gets or sets the ribbon group's horizontal content alignment. The default value is TXTextControl.HorizontalAlignment.Left.

Introduced: X17.

Syntax

public TXTextControl.HorizontalAlignment HorizontalContentAlignment { get; set;}
Public Property HorizontalContentAlignment() As TXTextControl.HorizontalAlignment

Members

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.