Visual3D::IsDescendantOf Method (DependencyObject^)

 

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

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

public:
bool IsDescendantOf(
	DependencyObject^ ancestor
)

Parameters

ancestor
Type: System.Windows::DependencyObject^

A visual object that is a possible ancestor.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 3.0
Return to top
Show: