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