Property NeedsFormat | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

NeedsFormat

Gets or sets whether the TextFormatter needs to format the text when Draw(Rect, Attribute, Attribute, Rect, bool) is called. If it is false when Draw is called, the Draw call will be faster.

public bool NeedsFormat { get; set; }

Property Value

bool

Remarks

This is set to true when the properties of TextFormatter are set.

Edit this page