Table of Contents

Enum TextHorizontalAlignment

Namespace
DotTiled
Assembly
DotTiled.dll

The horizontal alignment of text.

public enum TextHorizontalAlignment

Fields

Left = 0

The text is aligned to the left.

Center = 1

The text is aligned to the center.

Right = 2

The text is aligned to the right.

Justify = 3

The text is justified.