Click or drag to resize
AB4D logo

CameraNavigationCirclesModifierKeyForOppositeAxis Property

Gets or sets a modifier key that will rotate to the opposite axis when clicked on axis. Default value is Shift. This means that if user holds down Shift key and clicks on +X axis, the camera will rotate to -X axis. To disable this functionality set this property to None.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public ModifierKeys ModifierKeyForOppositeAxis { get; set; }

Property Value

ModifierKeys
See Also