Click or drag to resize
AB4D logo

NavigationCirclesAxisEventArgs Class

NavigationCirclesAxisEventArgs is used by CameraNavigationCircles.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab3d.CommonNavigationCirclesAxisEventArgs

Namespace: Ab3d.Common
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class NavigationCirclesAxisEventArgs : EventArgs

The NavigationCirclesAxisEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodNavigationCirclesAxisEventArgs Constructor
Top
Properties
 NameDescription
Public propertyAxisDirection Direction of the axis.
Public propertyAxisName Name of the axis ("X", "-X", "Y", "-Y", "Z" or "-Z").
Public propertyCancelEventHandling Set this property to true to prevent processing the event by the ViewCubeCameraController.
Top
See Also