DocumentPage.ContentBox 屬性

定義

在衍生類別中覆寫時,取得邊界內的頁面區域。

public:
 virtual property System::Windows::Rect ContentBox { System::Windows::Rect get(); };
public virtual System.Windows.Rect ContentBox { get; }
member this.ContentBox : System.Windows.Rect
Public Overridable ReadOnly Property ContentBox As Rect

屬性值

Rect,表示頁面的區域,不包括邊界。

備註

使用受保護的 SetContentBox 方法來設定這個屬性。

適用於