Slider.IncreaseLarge Property

Definition

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"/>

Applies to