Gets the C1SliderButton object that defines the information for thumb button of slider.

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

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[JsonAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[C1CategoryAttribute("Category.Style")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public C1SliderButton ThumbButton { get; }
Visual Basic
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<JsonAttribute(True)> _
<NotifyParentPropertyAttribute(True)> _
<C1CategoryAttribute("Category.Style")> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property ThumbButton As C1SliderButton
	Get

See Also