Slider.DecreaseSmall 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个命令,该命令将 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
属性值
用于减少 Slider 的值(其数量与 SmallChange 属性减少的数量相同)的 RoutedCommand。 默认的 InputGesture 对象为 Down 和 Left。
注解
如果属性IsDirectionReversed设置为 ,则InputGesture对象为和 Up Right。true
属性的 SmallChange 默认值 (0.1) 。
XAML 属性用法
<object property="Slider.DecreaseSmall"/>