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