Click or drag to resize
AB4D logo

MouseCameraControllerRotateCursorLeft Property

Gets a predefined cursor that can be used while rotating the camera with the mouse.

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

Property Value

Cursor
Remarks

To set the RotateCursorLeft 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 RotateCursorLeft 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