Gets or sets the step with which the slider value will change.

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

Syntax

C#
[C1CategoryAttribute("Category.Data")]
[JsonAttribute(true)]
[DefaultValueAttribute()]
public int Step { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Data")> _
<JsonAttribute(True)> _
<DefaultValueAttribute()> _
Public Property Step As Integer
	Get
	Set

See Also