Click or drag to resize
AB4D logo

CameraControlPanel Properties

The CameraControlPanel type exposes the following members.

Properties
 NameDescription
Public propertyDelay Gets or sets the amount of time, in milliseconds, the buttons on CameraControlPanel wait while they begin to repeatedly change the camera. Default value is 250.
Public propertyInterval Gets or sets the amount of time, in milliseconds, between repeats once repeating starts.
Public propertyMoveAmount When MoveAmount is set to a value that is not 0 or double.NaN, then the camera is moved for this value when the left, right, up or down button is pressed. When MoveAmount is 0 or NaN, then the move amount is calculated based on the current camera's Distance or CameraWidth and the size of the Viewport3D. Default value is 0.
Public propertyMoveChangeFactor Gets or sets the value that is used on each Change Interval to move the camera forward or backward. The value is multiplied with the current Camera Distance. Default value is 1.05.
Public propertyRotationChange Gets or sets the value in degrees that is used on each Change Interval to rotate the camera. Default value is 5.
Public propertyShowMoveButtons Gets or sets a Boolean that specifies if the move buttons are shown. Default value is false.
Public propertyShowRotateButtons Gets or sets a Boolean that specifies if the rotate buttons are shown. Default value is true.
Public propertyShowZoomButtons Gets or sets a Boolean that specifies if the move forward and move backward buttons are shown. Default value is true.
Top
See Also