Slider.IncreaseSmall プロパティ

定義

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

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

プロパティ値

RoutedCommand

SmallChange プロパティで示される値の分だけスライダーの値を増加させる RoutedCommand を返します。 このコマンドの既定の InputGesture オブジェクトは UpRight です。

注釈

プロパティが IsDirectionReversed 設定 trueされている場合、このコマンドの InputGesture オブジェクトは Down 次のようになります。 Left および Slider.

プロパティの SmallChange 既定値は (0.1) です。

XAML 属性の使用方法

<object property="Slider.IncreaseSmall"/>

適用対象