XCon Element [Visio 2003 SDK Documentation]
Specifies the type of behavior the x-coordinate of the control handle exhibits after the handle is moved.
Value | Description | Behavior |
---|---|---|
0 |
Proportional |
The control handle can be moved, and it also moves in proportion with the shape when it is stretched. |
1 |
Proportional locked |
The control handle moves in proportion with the shape, but the control handle itself cannot be moved. |
2 |
Offset from left edge |
The control handle is offset a constant distance from the left side of the shape. |
3 |
Offset from center |
The control handle is offset a constant distance from the center of the shape. |
4 |
Offset from right edge |
The control handle is offset a constant distance from the right side of the shape. |
5 |
Proportional, hidden |
Same as 0, but the control handle is not visible. |
6 |
Proportional locked, hidden |
Same as 1, but the control handle is not visible. |
7 |
Offset from left edge, hidden |
Same as 2, but the control handle is not visible. |
8 |
Offset from center, hidden |
Same as 3, but the control handle is not visible. |
9 |
Offset from right edge, hidden |
Same as 4, but the control handle is not visible. |
Syntax
<XCon>
[Unit]
[F]
[Err]>
</XCon>
Attributes
Unit
Optional string. Represents a unit of measure. The default is NUM. For details about NUM, see Units of measure.
F
Optional string. Represents the element's formula. This attribute can contain one of the following strings: "someFormula" if the formula exists locally, "No Formula" if the formula is locally deleted or blocked, or "Inh" if the formula is inherited.
If the attribute is not present, the element's formula is a simple constant, for example, <element>5</element>.
Err
Optional string. Indicates that the formula evaluates to an error. The value of Err is the current value (an error message string); the value of the element is the last valid value.
Element properties
Property | Value |
---|---|
Name | XCon |
Minimum Occurrences | 0 |
Maximum Occurrences | 1 |
Element information
Parent elements
Child elements
None
Remarks
The XCon element is relevant only when contained in a Shape element. It is ignored when contained in a DocumentSheet, PageSheet, or StyleSheet element.
See also
X Behavior cell (Controls section)