Table of Contents

Enum TextAlignment

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Text alignment enumeration, controls how text is displayed.

public enum TextAlignment

Fields

Centered = 2

The text will be centered horizontally.

Justified = 3

The text will be justified (spaces will be added to existing spaces such that the text fills the container horizontally).

Left = 0

The text will be left-aligned.

Right = 1

The text will be right-aligned.