Gets or sets a Value to be added to or subtracted from the Value of a RangeBase control. This is a dependency property.
Namespace:
System.Windows.Controls.Primitives
Assembly:
PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property SmallChange As Double
Dim instance As RangeBase
Dim value As Double
value = instance.SmallChange
instance.SmallChange = value
[BindableAttribute(true)]
public double SmallChange { get; set; }
[BindableAttribute(true)]
public:
property double SmallChange {
double get ();
void set (double value);
}
public function get SmallChange () : double
public function set SmallChange (value : double)
<object SmallChange="double" .../>
Dependency Property Information
A control that inherits from RangeBase determines how this property is used.
When the user clicks the Track of a ScrollBar, the Value property increases or decreases by the value of SmallChange.
When the user invokes the DecreaseSmall or IncreaseSmall command on a Slider, the ValueProperty of the slider changes by the value of SmallChange.
The ProgressBar does not use this property.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5, 3.0
Reference