FixedPage.ContentBox Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the bounding rectangle of the content area; that is, the area of the page within the margins, if any.
public:
property System::Windows::Rect ContentBox { System::Windows::Rect get(); void set(System::Windows::Rect value); };
public System.Windows.Rect ContentBox { get; set; }
member this.ContentBox : System.Windows.Rect with get, set
Public Property ContentBox As Rect
Property Value
The Rect that defines the content area.
Remarks
The following rules must be enforced in defining the ContentBox:
ContentBox.Left must be greater than or equal to zero (0), and less than or equal to (ContentBox.Right-1).
ContentBox.Top must be greater than or equal to zero (0), and less than or equal to (ContentBox.Bottom-1).
ContentBox.Right must be greater than or equal to (ContentBox.Left+1).
ContentBox.Bottom must be greater than or equal to (ContentBox.Top+1).
For rules about the relative sizes of the ContentBox and the BleedBox, see the topic FixedPage.BleedBox.
Dependency Property Information
Identifier field | ContentBoxProperty |
Metadata properties set to true |
None |