Share via


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

适用于

另请参阅