Slider.DecreaseLarge 屬性

定義

取得命令,這個命令會依據與 LargeChange 屬性相同的量減少 Slider 的值。

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

屬性值

RoutedCommand,它會依據與 LargeChange 屬性相同的量減少 Slider 的值。 預設 InputGesturePageDown

備註

IsDirectionReversed如果 屬性設定為 trueInputGesture 則此命令的 為 PageUp

屬性的 LargeChange 預設值為 (0.1) 。

XAML Attribute Usage

<object property="Slider.DecreaseLarge"/>

適用於