ContainerVisual.DescendantBounds Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
öğ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 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.