ComponentCommands.ScrollPageLeft 속성

정의

페이지 왼쪽 스크롤 명령을 나타내는 값을 가져옵니다.

public:
 static property System::Windows::Input::RoutedUICommand ^ ScrollPageLeft { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand ScrollPageLeft { get; }
static member ScrollPageLeft : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property ScrollPageLeft As RoutedUICommand

속성 값

명령입니다.

기본값
키 제스처 제스처가 정의되지 않았습니다.
UI 텍스트 페이지 왼쪽으로 스크롤

설명

이 명령은 한 페이지를 왼쪽으로 스크롤하려는 의도를 나타냅니다.

지정된 개체의 명령에 응답하는 실제 구현이 반드시 있는 것은 아닙니다. 대부분의 경우 해당 명령에 대한 응답으로 구현은 애플리케이션 작성기의 책임입니다.

XAML 특성 사용

<object property="ScrollPageLeft"/>

적용 대상

추가 정보