Slider.DecreaseLarge Właściwość

Definicja

Pobiera polecenie, które zmniejsza wartość o Slider taką samą ilość jak LargeChange właściwość.

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

Wartość właściwości

RoutedCommand

Wartość RoutedCommand , która zmniejsza wartość Slider o taką samą wartość jak LargeChange właściwość. Wartość domyślna InputGesture to PageDown.

Uwagi

Jeśli właściwość jest ustawiona IsDirectionReversed na truewartość , InputGesture dla tego polecenia jest .PageUp

Wartość domyślna LargeChange właściwości to (0.1).

Użycie atrybutu języka XAML

<object property="Slider.DecreaseLarge"/>

Dotyczy