Track::IncreaseRepeatButton Property
.NET Framework (current version)
Gets the RepeatButton that increases the Value property of the Track class.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property RepeatButton^ IncreaseRepeatButton { RepeatButton^ get(); void set(RepeatButton^ value); }
Property Value
Type: System.Windows.Controls.Primitives::RepeatButton^The RepeatButton that increases 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.
.NET Framework
Available since 3.0
Available since 3.0
Show: