Slider.DecreaseSmall 属性

定义

获取一个命令,该命令将 Slider 的值减少与 SmallChange 属性相同的量。

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

属性值

RoutedCommand

用于减少 Slider 的值(其数量与 SmallChange 属性减少的数量相同)的 RoutedCommand。 默认的 InputGesture 对象为 DownLeft

注解

如果属性IsDirectionReversed设置为 ,则InputGesture对象为和 Up Righttrue

属性的 SmallChange 默认值 (0.1) 。

XAML 属性用法

<object property="Slider.DecreaseSmall"/>

适用于