Click or drag to resize

VisualNativeTypeName Property

Property Value

Type: String
The namespace and class name to instantiate for this Visual, e.g. Demo3D.Components.Component (in this case Demo3D.Components.dll will be loaded to try to find the class)

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

Property Value

Type: String
See Also