Condividi tramite


Slider.DecreaseLarge Proprietà

Definizione

Ottiene un comando che riduce il valore di per Slider la stessa quantità della LargeChange proprietà .

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à

Oggetto RoutedCommand che riduce il valore di per Slider la stessa quantità della LargeChange proprietà . 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).

Utilizzo degli attributi XAML

<object property="Slider.DecreaseLarge"/>

Si applica a