Property TextDirection | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

TextDirection

Gets or sets the direction of the View's Text. Changing this property will redisplay theView.

public virtual TextDirection TextDirection { get; set; }

Property Value

TextDirection

The text direction.

Remarks

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

Edit this page