In This Topic
Gets or sets a value indicating whether the slider is hidden.
Syntax
'Declaration
Public Property Hidden As Boolean
public bool Hidden {get; set;}
Property Value
A
System.Boolean value where
true
if the slider is hidden; otherwise,
false
.
See Also