Click or drag to resize

VisualContainsChild Method

Is the child a direct child of the visual.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public bool ContainsChild(
	Visual child
)

Parameters

child  Visual

[Missing <param name="child"/> documentation for "M:Demo3D.Visuals.Visual.ContainsChild(Demo3D.Visuals.Visual)"]

Return Value

Boolean
true if the visual is an immediate child of this visual, otherwise false.
See Also