Enum TextHorizontalAlignment
- Namespace
- DotTiled
- Assembly
- DotTiled.dll
The horizontal alignment of text.
public enum TextHorizontalAlignment
Fields
Left = 0The text is aligned to the left.
Center = 1The text is aligned to the center.
Right = 2The text is aligned to the right.
Justify = 3The text is justified.