Table of Contents

Enum VerticalTextAlignment

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Vertical text alignment enumeration, controls how text is displayed.

public enum VerticalTextAlignment

Fields

Bottom = 1

The text will be bottom-aligned.

Justified = 3

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

Middle = 2

The text will centered vertically.

Top = 0

The text will be top-aligned.