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

Syntax

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

See Also