Show or hide the thumb button.

Namespace:  C1.Web.UI.Controls.C1Slider
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Appearance")]
[DefaultValueAttribute(true)]
[JsonAttribute(true)]
public bool ShowThumbButton { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Appearance")> _
<DefaultValueAttribute(True)> _
<JsonAttribute(True)> _
Public Property ShowThumbButton As Boolean
	Get
	Set

See Also