Table of Contents

Class Label

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

The Label View displays a string at a given position and supports multiple lines separated by newline characters. Multi-line Labels support word wrap.

public class Label : View, IDisposable, ISupportInitializeNotification, ISupportInitialize
Inheritance
Label
Implements
Inherited Members

Remarks

The Label view is functionality identical to View and is included for API backwards compatibility.

Constructors

Label()

Initializes a new instance of View.

Properties

HotKeySpecifier

Gets or sets the specifier character for the hot key (e.g. '_'). Set to '\xffff' to disable automatic hot key setting support for this View instance. The default is '\xffff'.

Text

The text displayed by the View.