Table of Contents

Property VerticalTextAlignment

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

VerticalTextAlignment

Gets or sets how the View's Text is aligned vertically when drawn. Changing this property will redisplay the View.

public virtual Alignment VerticalTextAlignment { get; set; }

Property Value

Alignment

The vertical text alignment.

Remarks

Width or Height are using Text, the GetContentSize() will be adjusted to fit the text.