DocumentViewerBase.CanGoToPreviousPage 属性

定义

获取一个值,该值指示此查看器是否能跳转到当前 Document 的上一页。

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

属性值

true 如果查看器可以跳转到上一页,则为 ;否则为 false

此属性没有默认值。

注解

依赖项属性信息

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

适用于

另请参阅