Table of Contents

Constructor Label

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Label(Control)

Initializes a new instance of the Label class with the specified parent control.

public Label(Control parent)

Parameters

parent Control

Parent of the control.

Label(Control, string)

Initializes a new instance of the Label class. with the specified text and parent control.

public Label(Control parent, string text)

Parameters

parent Control

Parent of the control.

text string

Text displayed on this label.

Label(string?)

Initializes a new instance of the Label class with specified text.

public Label(string? text)

Parameters

text string

Text displayed on this label.

Label()

Initializes a new instance of the Label class.

public Label()