Share via


DocumentViewer.CanMoveLeft 属性

定义

获取一个值,该值指示 DocumentViewer 是否可以在文档中进一步向左移动。

public:
 property bool CanMoveLeft { bool get(); };
public bool CanMoveLeft { get; }
member this.CanMoveLeft : bool
Public ReadOnly Property CanMoveLeft As Boolean

属性值

如果控件可以在文档中进一步向左移动,则为 true;否则,如果已达到文档的最左侧,则为 false

注解

依赖项属性信息

标识符字段 CanMoveLeftProperty
元数据属性设置为 true

适用于

另请参阅