Slider.DecreaseLarge 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个命令,该命令将 Slider 的值减少与 LargeChange 属性相同的量。
public:
static property System::Windows::Input::RoutedCommand ^ DecreaseLarge { System::Windows::Input::RoutedCommand ^ get(); };
public static System.Windows.Input.RoutedCommand DecreaseLarge { get; }
static member DecreaseLarge : System.Windows.Input.RoutedCommand
Public Shared ReadOnly Property DecreaseLarge As RoutedCommand
属性值
用于减少 Slider 的值(其数量与 LargeChange 属性减少的数量相同)的 RoutedCommand。 默认 InputGesture 为 PageDown。
注解
如果 属性 IsDirectionReversed 设置为 true
, InputGesture 则此命令的 为 PageUp。
属性的 LargeChange 默认值为 (0.1) 。
XAML 属性用法
<object property="Slider.DecreaseLarge"/>