Slider.DecreaseLarge Proprietà

Definizione

Ottiene un comando che diminuisce il valore di Slider della stessa quantità della proprietà LargeChange.

public:
 static property System::Windows::Input::RoutedCommand ^ DecreaseLarge { System::Windows::Input::RoutedCommand ^ get(); };
public static System.Windows.Input.RoutedCommand DecreaseLarge { get; }
static member DecreaseLarge : System.Windows.Input.RoutedCommand
Public Shared ReadOnly Property DecreaseLarge As RoutedCommand

Valore della proprietà

Comando RoutedCommand che diminuisce il valore di Slider della stessa quantità della proprietà LargeChange. L'impostazione predefinita è InputGesture è PageDown.

Commenti

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

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

Uso della sintassi XAML per gli attributi

<object property="Slider.DecreaseLarge"/>

Si applica a