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

屬性值

Boolean

true 如果檢視器可以跳到上一頁,則為 ;否則為 false

此屬性沒有預設值。

備註

相依性屬性資訊

識別碼欄位 CanGoToPreviousPageProperty
中繼資料屬性設定為 true

適用於

另請參閱