Table of Contents

Method SetAttribute

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

SetAttribute(Attribute)

Selects the specified Attribute as the Attribute to use for subsequent calls to AddRune(Rune) and AddStr(string).

public Attribute SetAttribute(Attribute attribute)

Parameters

attribute Attribute

THe Attribute to set.

Returns

Attribute

The previously set Attribute.