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 方法设置此属性。

适用于