RotationTypeValue

RotationTypeValue enumeration

Specifies the type of projection of the effect properties of a shape

public enum RotationTypeValue

Values

Name Value Description
None 0 Specifies no 3D effects rotation.
Parallel 1 Specifies that a parallel projection is applied to the 3D effect properties.
Perspective 2 Specifies that the shape rotates in perspective projection.
ObliqueFromTopLeft 3 Specifies that the shape rotates in oblique projection from the top left corner of the bounding box of the shape.
ObliqueFromTopRight 4 Specifies that the shape rotates oblique projection from the top right corner of the bounding box of the shape.
ObliqueFromBottomLeft 5 Specifies that the shape rotates oblique projection from the bottom left corner of the bounding box of the shape.
ObliqueFromBottomRight 6 Specifies that the shape rotates oblique projection from the bottom right corner of the bounding box of the shape.
Undefined 7 No light rig.

See Also