Enum RotationTypeValue

RotationTypeValue enumeration

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

public enum RotationTypeValue

Values

NameValueDescription
None0Specifies no 3D effects rotation.
Parallel1Specifies that a parallel projection is applied to the 3D effect properties.
Perspective2Specifies that the shape rotates in perspective projection.
ObliqueFromTopLeft3Specifies that the shape rotates in oblique projection from the top left corner of the bounding box of the shape.
ObliqueFromTopRight4Specifies that the shape rotates oblique projection from the top right corner of the bounding box of the shape.
ObliqueFromBottomLeft5Specifies that the shape rotates oblique projection from the bottom left corner of the bounding box of the shape.
ObliqueFromBottomRight6Specifies that the shape rotates oblique projection from the bottom right corner of the bounding box of the shape.
Undefined7No light rig.

See Also