Controls Row (Controls Section)

Contains cells that define the x - and y -coordinates and behavior of each control handle defined for a shape. A shape will contain one Controls row for each control handle.

Controls rows are named Controls. name and contain the following cells. For more details, see the specific cell topics.

Cell Description
x
Represents the x -coordinate that indicates the location of a shape's control handle in local coordinates.
y
Represents the y -coordinate that indicates the location of a shape's control handle in local coordinates.
X Dynamics
Represents the x -coordinate for a control handle's anchor point in local coordinates.
Y Dynamics
Represents the y -coordinate for a control handle's anchor point in local coordinates.
X Behavior
Controls the type of behavior the x -coordinate of the control handle will exhibit after the handle is moved.
Y Behavior
Controls the type of behavior the y -coordinate of the control handle will exhibit after the handle is moved.
Can Glue
Determines whether a control handle can be glued to other shapes.
Tip
Represents a descriptive text string that appears as a ToolTip when a user pauses the pointer over a shape's control handle.

Remarks

You can add as many Controls. name rows as you need, assign meaningful names to the rows, and set cell values. To add control handles to an existing Controls section, right-click a row and click Insert Row on the shortcut menu.

You can reference these cells by their row name, which appears in a ShapeSheet window in red text. To assign meaningful names to Controls. name rows, click the row and then type Custom, for example, to create the row name Controls.Custom. You can then reference the X cell using Controls.Custom.X.

The row name you enter must be unique within the section.