Click or drag to resize
AB4D logo

MouseCameraControllerShowRotationCenterMarker Property

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. Default value is false.

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

Property Value

Boolean
Remarks

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.

See Also