<resizeHandles> (Shape Resize Style)

This element defines the behavior when resizing shapes within a diagram. Because the size of the shape plays a large role in the overall layout of other nodes within the diagram, there are two ways resize can occur on a node.

Parent Elements

<presLayoutVars>5.9.5.4); <varLst>5.9.2.31)

Attributes

Description

<val> (Shape Resize Style Type)

Specifies the behavior for a shape when resizing shapes within a diagram.

If this attribute is not specified, the default value shall be rel.

The possible values for this attribute are defined by the ST_ResizeHandlesStr simple type (§5.9.7.53).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_ResizeHandles">
	<attribute name="val" type="ST_ResizeHandlesStr" default="rel" use="optional"/>
</complexType>