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
Syntaxpublic IEnumerable<T> FindAncestorsAspects<T>()
where T : class
Type Parameters
- T
- The aspect type to look for.
Return Value
Type:
IEnumerableTA collection of aspects of type T in the visual tree above this point.
See Also