Gets or sets the amount to be added to or subtracted from a slider value when a large change is made (e.g. the user clicks on the track and IsInstantMoveEnabled is false). 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 LargeChange { get; set; }
Visual Basic
Public Property LargeChange As Double
	Get
	Set
Visual C++
public:
property double LargeChange {
	double get ();
	void set (double value);
}

See Also