Condividi tramite


Slider.IncreaseLarge Proprietà

Definizione

Ottiene un comando che aumenta il valore del dispositivo di scorrimento della stessa quantità della LargeChange proprietà.

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

Valore della proprietà

Oggetto RoutedCommand che aumenta il valore di per SelectionStartProperty la stessa quantità della LargeChange proprietà . Il valore predefinito InputGesture per questo comando è PageUp.

Commenti

Se la IsDirectionReversed proprietà è impostata su true, per InputGesture questo comando è PageDown.

Il valore predefinito della LargeChange proprietà è (1).

Utilizzo degli attributi XAML

<object property="Slider.IncreaseLarge"/>

Si applica a