Click or drag to resize

VisualFindAncestorsAspectsT Method

Finds all aspects of type T on any of this visual's ancestors.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public IEnumerable<T> FindAncestorsAspects<T>()
where T : class

Type Parameters

T
The aspect type to look for.

Return Value

Type: IEnumerableT
A collection of aspects of type T in the visual tree above this point.
See Also