Enum TextAlignment
- Namespace
- MLEM.Formatting
- Assembly
- MLEM.dll
An enumeration that represents a set of alignment options for TokenizedString objects and MLEM.Ui paragraphs.
public enum TextAlignment
Fields
Center = 1
Center alignment
Left = 0
Left alignment, which is also the default value
Right = 2
Right alignment. In this alignment option, trailing spaces are ignored to ensure that visual alignment is consistent.