Table of Contents

Constructor Label

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

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()