Skip to content

ShowLabel Property

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

Gets or sets the value indicating whether the label text is visible.

Syntax

C#

public bool ShowLabel { get; set; }

Remarks

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.

Clone this wiki locally