Share via


ShadowFormat.RotateWithShape Property

PowerPoint Developer Reference

Returns or sets whether the specified shadow rotates when the shape it is associated with rotates. Read/write.

Syntax

expression.RotateWithShape

expression   An expression that returns a ShadowFormat object.

Return Value
MsoTriState

Remarks

The value returned by the RotateWithShape property can be one of these MsoTriState constants.

Constant Description
msoFalse The shadow does not rotate with the shape.
msoTrue The shadow does rotate with the shape.

See Also