Track::DecreaseRepeatButton Property
.NET Framework (current version)
Gets the RepeatButton that decreases the Value property of the Track.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property RepeatButton^ DecreaseRepeatButton { RepeatButton^ get(); void set(RepeatButton^ value); }
Property Value
Type: System.Windows.Controls.Primitives::RepeatButton^The RepeatButton that reduces the Value of the Track control when the RepeatButton is pressed. The default is a RepeatButton control that has default settings.
The following example shows how the DecreaseRepeatButton and IncreaseRepeatButton styles are defined inside the ScrollBar control template when the Orientation property is Vertical. For the complete sample, see the ScrollBar Styles and Templates.
.NET Framework
Available since 3.0
Available since 3.0
DecreaseRepeatButton
RepeatButton
Track Class
System.Windows.Controls.Primitives Namespace
Show: