Table of Contents

Class Label

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

A label is used to display text. Text can have different styles.

public class Label : Widget
Inheritance
Label
Inherited Members
Extension Methods

Constructors

Label()

Initializes a new instance of the Label class.

Label(string)

Initializes a new instance of the Label class.

Properties

IsMultiline

Gets or sets a value indicating whether this label is multiline, meaning that it can display multiple lines of text.

Style

Gets or sets the text style of the label.

Text

Gets or sets the displayed text.

Tooltip

Gets or sets the tooltip.