Share via


ComponentCommands.ScrollPageLeft 屬性

定義

取得代表 Scroll Page Left 命令的值。

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 Attribute Usage

<object property="ScrollPageLeft"/>  

適用於

另請參閱