다음을 통해 공유


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. 이 명령의 기본값 InputGesture 은 .입니다 PageUp.

설명

속성이 IsDirectionReversed 설정된 true경우 이 명령의 InputGesture 경우 .PageDown

속성의 LargeChange 기본값은 (1)입니다.

XAML 특성 사용

<object property="Slider.IncreaseLarge"/>

적용 대상