ContainerVisual.ContentBounds Property

Definition

Gets the bounding box for the contents of the ContainerVisual.

C#
public System.Windows.Rect ContentBounds { get; }

Property Value

A Rect that specifies the bounding box.

Examples

The following example shows how to retrieve the bounding rectangle of a ContainerVisual object.

C#
// Return the bounding rectangle for the ContainerVisual.
Rect rectBounds = containerVisual.ContentBounds;

// Expand the rectangle to include the bounding rectangle
// of the all of the ContainerVisual's descendants.
rectBounds.Union(containerVisual.DescendantBounds);

Remarks

Use the DescendantBounds property to return the union of all the content bounding boxes for all of the descendants of a ContainerVisual object, but not the object itself.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10