Visual3D::IsAncestorOf Method (DependencyObject^)

 

Determines whether the visual object is an ancestor of the descendant visual object.

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

public:
bool IsAncestorOf(
	DependencyObject^ descendant
)

Parameters

descendant
Type: System.Windows::DependencyObject^

A visual object that is a possible descendant.

Return Value

Type: System::Boolean

true if the visual object is an ancestor of descendant; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: