Class ViewCubeVisual3D.ClickedEventArgs
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
Provides event data for the Clicked event.
public sealed class ViewCubeVisual3D.ClickedEventArgs : EventArgs
- Inheritance
-
ViewCubeVisual3D.ClickedEventArgs
- Inherited Members
Properties
LookDirection
Gets or sets the look direction.
public Vector3D LookDirection { get; set; }
Property Value
- Vector3D
The look direction.
UpDirection
Gets or sets up direction.
public Vector3D UpDirection { get; set; }
Property Value
- Vector3D
Up direction.