Aracılığıyla paylaş


Visual3D.IsDescendantOf(DependencyObject) Yöntem

Tanım

Görsel nesnesinin, ata görsel nesnesinin alt öğesi olup olmadığını belirler.

public:
 bool IsDescendantOf(System::Windows::DependencyObject ^ ancestor);
public bool IsDescendantOf (System.Windows.DependencyObject ancestor);
member this.IsDescendantOf : System.Windows.DependencyObject -> bool
Public Function IsDescendantOf (ancestor As DependencyObject) As Boolean

Parametreler

ancestor
DependencyObject

Olası bir ata olan görsel nesne.

Döndürülenler

Boolean

true görsel nesnesi öğesinin alt ancestoröğesiyse, değilse, false.

Şunlara uygulanır