Gets or sets the amount to be added to or subtracted from a slider value when a small change is made (e.g. mouse wheel or arrow key). This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public double SmallChange { get; set; }
Visual Basic
Public Property SmallChange As Double
	Get
	Set
Visual C++
public:
property double SmallChange {
	double get ();
	void set (double value);
}

See Also