Show / Hide Table of Contents

Enum TextAlignment

Text alignment enumeration, controls how text is displayed.

Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public enum TextAlignment

Fields

Name Description
Centered

Centers the text in the frame.

Justified

Shows the line as justified text in the line.

Left

Aligns the text to the left of the frame.

Right

Aligns the text to the right side of the frame.

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX