Camera |
The CameraControlPanel type exposes the following members.
Name | Description | |
---|---|---|
Delay | 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. | |
Interval | Gets or sets the amount of time, in milliseconds, between repeats once repeating starts. | |
MoveAmount | 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. | |
MoveChangeFactor | 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. | |
RotationChange | Gets or sets the value in degrees that is used on each Change Interval to rotate the camera. Default value is 5. | |
ShowMoveButtons | Gets or sets a Boolean that specifies if the move buttons are shown. Default value is false. | |
ShowRotateButtons | Gets or sets a Boolean that specifies if the rotate buttons are shown. Default value is true. | |
ShowZoomButtons | Gets or sets a Boolean that specifies if the move forward and move backward buttons are shown. Default value is true. |