constants RotateEnum
The RotateEnum expression indicates the direction to rotate the cube. Use the
Rotate
method to programmatically rotate the cube. Use the
AllowRotate
property to specify the directions where the user can rotate the cube by dragging.
Name
Value
Description
exRotateLeft
1
Rotates the cube to the left.
exRotateRight
2
Rotates the cube to the right.
exRotateUp
4
Rotates up the cube.
exRotateDown
8
Rotates down the cube.
exRotateAll
255
Allows all directions to rotate the cube.