Skip to main content

TextAlign

Description

Controls how text is aligned within the element (left, right, center, justify).

Owner

Layout

Inheritable

Yes

Default Value

Start

Values

Value Type:
name
  • StartAligned with the start edge.
  • CenterCentred between the start and end edges.
  • EndAligned with the end edge.
  • JustifyAligned with both the start and end edges, with internal spacing within each line expanded, if necessary, to achieve such alignment. The last (or only) line shall be aligned with the start edge only.

Related Tags