Slider.IncreaseLarge Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a command that increases the value of the slider by the same amount as the LargeChange property.
public:
static property System::Windows::Input::RoutedCommand ^ IncreaseLarge { System::Windows::Input::RoutedCommand ^ get(); };
public static System.Windows.Input.RoutedCommand IncreaseLarge { get; }
static member IncreaseLarge : System.Windows.Input.RoutedCommand
Public Shared ReadOnly Property IncreaseLarge As RoutedCommand
Property Value
The RoutedCommand that increases the value of the SelectionStartProperty by the same amount as the LargeChange property. The default InputGesture for this command is PageUp.
Remarks
If the IsDirectionReversed property is set to true
, the InputGesture for this command is PageDown.
The default value of the LargeChange property is (1).
XAML Attribute Usage
<object property="Slider.IncreaseLarge"/>