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"/>

적용 대상