Click or drag to resize
AB4D logo

MouseCameraControllerRotateCursorRight Property

Gets a predefined cursor that can be used while rotating the camera with the mouse. This is the default cursor that is used by the MouseCameraController.

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

Property Value

Cursor
Remarks

To set the RotateCursorRight as the used cursor set it to the RotationCursor.

Note  Note
When the application is running on Windows XP or older system, the Cursor class in .Net Framework only support black and white cursor. The RotateCursorRight in case of Windows XP or older system returns a black and white version of the cursor. On Windows Vista and newer system a grayscale version of the cursor is returned.
See Also