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.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public double LargeChange { get; set; }
Visual Basic (Declaration)
Public Property LargeChange As Double

See Also