Aracılığıyla paylaş


ContainerVisual.DescendantBounds Özellik

Tanım

öğesinin tüm alt öğeleri için tüm içerik sınırlayıcı kutularının birleşimini ContainerVisualalır, ancak içeriğini ContainerVisualiçermez.

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

Özellik Değeri

Rect

Rect Birleşim sınırlayıcı kutusunu belirten bir.

Örnekler

Aşağıdaki örnekte, bir ContainerVisual nesnenin alt öğelerine ait sınırlayıcı dikdörtgenin nasıl alınıyor olduğu gösterilmektedir.

// 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);
' Return the bounding rectangle for the ContainerVisual.
Dim rectBounds As Rect = containerVisual.ContentBounds

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

Açıklamalar

ContentBounds Kendisi için önbelleğe alınmış sınırlayıcı kutu dikdörtgenini ContainerVisual döndürmek için özelliğini alın.

Şunlara uygulanır