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 사용하여 이 속성을 설정합니다.

적용 대상