DocumentPageView.DocumentPaginator プロパティ

定義

このビューのコンテンツ ページを取得するために使用する DocumentPaginator を取得または設定します。

public:
 property System::Windows::Documents::DocumentPaginator ^ DocumentPaginator { System::Windows::Documents::DocumentPaginator ^ get(); void set(System::Windows::Documents::DocumentPaginator ^ value); };
public System.Windows.Documents.DocumentPaginator DocumentPaginator { get; set; }
member this.DocumentPaginator : System.Windows.Documents.DocumentPaginator with get, set
Public Property DocumentPaginator As DocumentPaginator

プロパティ値

このビューのコンテンツ ページを取得するページネータ。

適用対象