LockRotationCenter Attribute | Internet Development Index |
Determines whether the rotation of the extruded object is specified by the RotationAngle attribute. Read/write VgTriState.
Applies To
Tag Syntax
<o: element lockrotationcenter="expression">
Script Syntax
element.lockrotationcenter="expression"
expression=element.lockrotationcenter
Remarks
If False, the rotation is specified by the Orientation attribute. The default is True.
Note that:
<o:extrusion lockrotationcenter=false orientationangle=45 orientation=(0,1,0)/>
is the same as:
<o:extrusion lockrotationcenter=true rotationangle=45/>
Microsoft Office Extensions Attribute