Viewport3DVisual::DescendantBounds Property

 

Gets the union of all of the content bounding boxes for all of the descendants of the Viewport3DVisual, but not including the contents of the Viewport3DVisual.

Namespace:   System.Windows.Media.Media3D
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property Rect DescendantBounds {
	Rect get();
}

Property Value

Type: System.Windows::Rect

Rect that defines the union.

.NET Framework
Available since 3.0
Return to top
Show: