Skip to content

Label Property

Mauricio Jorquera edited this page Nov 13, 2023 · 1 revision

The user-visible text on the Label.

Syntax

C#

public string Label { get; set; }

Remarks

The label can be changed at run time. The default value is null.

Clone this wiki locally