Slider.IncreaseLarge プロパティ

定義

LargeChange プロパティで示される値の分だけスライダーの値を増加させるコマンドを取得します。

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

プロパティ値

LargeChange プロパティで示される値の分だけ SelectionStartProperty の値を増加させる RoutedCommand。 このコマンドの既定の InputGesturePageUp です。

注釈

プロパティが IsDirectionReversedtrue設定されている場合、このコマンドの InputGesture は です PageDown

プロパティの LargeChange 既定値は (1) です。

XAML 属性の使用方法

<object property="Slider.IncreaseLarge"/>

適用対象