property Texture.RotX as Single
Specifies the rotation angle in Radians along Ox axis.

TypeDescription
Single A real value that specifies the clockwise rotation angle of the viewing direction along Ox axis. The angle is in Radians and negative values can be used for counterclockwise rotation
By default, the RotX is 0. Use the Rotate method to rotate the cube in a direction. The control fires the Rotate event when the cube is rotated. Use the AllowRotate property to specify the directions where the user can rotate the cube, by dragging.