Constructor Label
Label(string?)
Initializes a new instance of the Label class with specified text.
public Label(string? text)
Parameters
text
stringText displayed on this label.
Label()
Initializes a new instance of the Label class.
public Label()