The property should be used to exhibit interaction with two thumb button of the C1Slider.
Namespace:
C1.Web.UI.Controls.C1SliderAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(ThumbsInteractionMode.Free)] [C1CategoryAttribute("Category.Behavior")] [JsonAttribute(true)] [DescriptionAttribute("The property should be used to exhibit interaction with two thumb button of the C1Slider.")] public ThumbsInteractionMode ThumbsInteractionMode { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(ThumbsInteractionMode.Free)> _ <C1CategoryAttribute("Category.Behavior")> _ <JsonAttribute(True)> _ <DescriptionAttribute("The property should be used to exhibit interaction with two thumb button of the C1Slider.")> _ Public Property ThumbsInteractionMode As ThumbsInteractionMode Get Set |