FlowDocumentReader.CanGoToPreviousPage 屬性

定義

取得值,這個值表示 FlowDocumentReader 是否可以執行 PreviousPage 路由命令,以跳到內容的上一頁。

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

屬性值

Boolean

如果 FlowDocumentReader 可以跳到內容的上一頁則為 true,否則為 false

備註

相依性屬性資訊

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

適用於

另請參閱