Slider.DecreaseLarge Vlastnost

Definice

Získá příkaz, který zmenší hodnotu Slider o stejnou hodnotu jako LargeChange vlastnost.

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

Hodnota vlastnosti

RoutedCommand

Tím RoutedCommand se sníží hodnota o Slider stejnou hodnotu jako LargeChange vlastnost. Výchozí InputGesture hodnota je PageDown.

Poznámky

Pokud je vlastnost nastavena IsDirectionReversed na true, InputGesture je pro tento příkaz PageUp.

Výchozí hodnota LargeChange vlastnosti je (0,1).

Použití atributu XAML

<object property="Slider.DecreaseLarge"/>

Platí pro