TextAlign Property (FlexCartesianChart)

Action

Gets the alignment of text within a container.

Possible values are:left, right, or center. The default value for most components is left.

For the Button, LinkButton, and AccordionHeader components, the default value is center. For these components, this property is only recognized when the labelPlacement property is set to left or right. If labelPlacement is set to top or bottom, the text and any icon are centered.

Syntax

C#
protected String textAlign { get; }
VB
'Declaration
Protected Read Property textAlign As String

Access

Read only.