DocumentPage.ContentBox 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,取得邊界內的頁面區域。
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 方法來設定這個屬性。