-
Notifications
You must be signed in to change notification settings - Fork 1
ShowLabel Property
Mauricio Jorquera edited this page Nov 14, 2023
·
1 revision
Gets or sets the value indicating whether the label text is visible.
C#
public bool ShowLabel { get; set; }
If the value is true, the text for the label is visible in the options bar. If the value is false, the text for the label is not visible in the options bar. The default value is true.