This documentation is archived and is not being maintained.
RangeBase::SmallChange Property
Visual Studio 2010
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
[BindableAttribute(true)] public: property double SmallChange { double get (); void set (double value); }
<object SmallChange="double" .../>
Property Value
Type: System::DoubleValue to add to or subtract from the Value of the RangeBase element. The default is 0.1.
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 SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: