Mouse |
ShowRotationCenterMarker gets or sets a Boolean that specifies if RotationCenterAdorner is shown at the position around which the camera is rotating.
If RotationCenterAdorner is not specified, a new instance of CameraTargetPositionAdorner is created and set to the RotationCenterAdorner property.
MouseCameraController shows rotation adorner with calling the ShowRotationAdorner(Point) method. The method can be overridden in a derived class to provide custom adorner or other visual marker (for example 3D axis) around which the camera is rotated.
Default value is false.