|
VisualEventSource3DTargeVisualName Property |
Gets or sets the name of the Visual3D that is used as the source of the mouse events.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public string TargeVisualName { get; set; }
Property Value
StringRemarks
To use TargeVisualName property a NamedObjects dictionary must be set on EventManager3D. This way the real Visual3D can be resolved from the name.
To set the Visual3D directly without using its name, set the TargetVisual3D property instead.
See Also