FixedPage.ContentBox Property

Definition

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:

Dependency Property Information

Identifier field ContentBoxProperty
Metadata properties set to true None

Applies to

See also