VML LockRotationCenter Attribute

This topic describes VML, a feature that is deprecated as of Windows Internet Explorer 9. Webpages and applications that rely on VML should be migrated to SVG or other widely supported standards.

Note

As of December 2011, this topic has been archived. As a result, it is no longer actively maintained. For more information, see Archived Content. For information, recommendations, and guidance regarding the current version of Windows Internet Explorer, see Internet Explorer Developer Center.

 

Determines whether the rotation of the extruded object is specified by the RotationAngle attribute. Read/write. VgTriState.

Applies To

Extrusion

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