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

属性值

用于增加 SelectionStartProperty 的值(其数量与 LargeChange 属性增加的数量相同)的 RoutedCommand。 此命令的默认 InputGesturePageUp

注解

如果 属性 IsDirectionReversed 设置为 trueInputGesture 则此命令的 为 PageDown

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

XAML 属性用法

<object property="Slider.IncreaseLarge"/>

适用于