Table of Contents

Method SetAttribute

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

SetAttribute(Attribute)

Selects the specified attribute as the attribute to use for future calls to AddRune and AddString.

public Attribute SetAttribute(Attribute c)

Parameters

c Attribute

C.

Returns

Attribute

Remarks

Implementations should call base.SetAttribute(c).