Viewport3DVisual.DescendantBounds 属性

定义

获取 Viewport3DVisual 的所有后代的所有内容边界框的联合,但不包括 Viewport3DVisual 的内容。

public:
 property System::Windows::Rect DescendantBounds { System::Windows::Rect get(); };
public System.Windows.Rect DescendantBounds { get; }
member this.DescendantBounds : System.Windows.Rect
Public ReadOnly Property DescendantBounds As Rect

属性值

一个定义该联合的 Rect

适用于