|
MouseCameraControllerIsRotateCursorShownOnMouseOver Property |
Gets or sets a boolean that specifies if RotationCursor is shown if UsedMouseButton is set to Left and mouse is over the EventsSourceElement. Default value is true.
Namespace: Ab3d.ControlsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public bool IsRotateCursorShownOnMouseOver { get; set; }
Property Value
BooleanRemarks RotationCursor is always shown when the camera is rotated with MouseCameraController.
If IsRotateCursorShownOnMouseOver is set to true, the RotationCursor is shown also when the mouse is over the EventsSourceElement and the RotateCameraConditions is set to LeftMouseButtonPressed. This way the cursor shows that the default mouse button (Left) will rotate the camera.
See Also