通过


Slider.IncreaseLarge 属性

定义

获取一个命令,该命令将滑块的值增加与属性相同的数量 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

属性值

RoutedCommand 该值的值增加 SelectionStartProperty 与属性相同的量 LargeChange 。 此命令的默认值 InputGesturePageUp.

注解

IsDirectionReversed如果该属性设置为 true,则InputGesture此命令为 PageDown

属性的 LargeChange 默认值为 (1)。

XAML 属性用法

<object property="Slider.IncreaseLarge"/>

适用于