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.

NameValueDescription
exRotateLeft1 Rotates the cube to the left.
exRotateRight2 Rotates the cube to the right.
exRotateUp4 Rotates up the cube.
exRotateDown8 Rotates down the cube.
exRotateAll255 Allows all directions to rotate the cube.