<Control> element

<Control> element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Contains elements for the x- and y-coordinates of each control handle defined for a shape, and elements that specify the way the control handle should behave.

Syntax

  <Control
      [IX = "intval"]
      [Del = "boolval"]> 
  </Control>

Attributes

IX

Optional int. The zero-based index of the element within its parent element.

Del

Optional boolean. A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element is deleted locally.

Element information

Parent elements:

DocumentSheet, PageSheet, Shape, StyleSheet

Child elements:

CanGlue (optional), Prompt (optional), X (optional), XCon (optional), XDyn (optional), Y (optional), YCon (optional), YDyn (optional)

Remarks

The Control element is relevant only when contained in a Shape element. It is ignored when contained in a DocumentSheet, PageSheet, or StyleSheet element.

See also

Controls section