Is the visual contained by the visual tree from this point down?
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic bool Contains(
Visual visual
)
Parameters
- visual Visual
[Missing <param name="visual"/> documentation for "M:Demo3D.Visuals.Visual.Contains(Demo3D.Visuals.Visual)"]
Return Value
Booleantrue if the visual is a descendant of this visual, otherwise false.
See Also