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

返回 RoutedCommand,该命令将增加滑块的值(其数量与 SmallChange 属性增加的数量相同)。 此命令的默认 InputGesture 对象为 UpRight

注解

如果属性 IsDirectionReversed 设置为 trueInputGesture 则此命令的对象为 DownLeft Slider

属性的 SmallChange 默认值 (0.1) 。

XAML 属性用法

<object property="Slider.IncreaseSmall"/>

适用于