Define how long (in milliseconds) the animation of the sliding will run.
Namespace:
C1.Web.UI.Controls.C1SliderAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[JsonAttribute(true)] [C1CategoryAttribute("Category.Appearance")] [DefaultValueAttribute()] public int AnimationDuration { get; set; } |
| Visual Basic |
|---|
<JsonAttribute(True)> _ <C1CategoryAttribute("Category.Appearance")> _ <DefaultValueAttribute()> _ Public Property AnimationDuration As Integer Get Set |