Back to DOM
DOM.Enums.TextAlignment
Namespace: DOM.Enums
Specifies the text alignment for the text.
4 members
Fields
Center
The text is centered horizontally within its container.
Justified
The text is justified, meaning the spaces between words are adjusted to create clean, even margins on both the left and right sides of the text.
Left
The text is aligned to the left margin.
Right
The text is aligned to the right margin.