Gets or sets the step with which the slider value will change when user taps increment or decrement button.

Namespace:  C1.Web.iPhone.C1Slider
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public int Step { get; set; }
Visual Basic
Public Property Step As Integer
	Get
	Set

See Also