Click or drag to resize

VisualFullName Property

The full name of this Visual, including the names of all Parent Visual separated by '.' characters.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public string FullName { get; }

Property Value

String
Remarks
If a Visual is just parented to the SceneVisual then Name is the same as FullName.
See Also