WalkPreference Cell (Glue Info Section)
Determines whether an endpoint of a 1-D shape moves to a horizontal or vertical connection point on the shape it is glued to, using dynamic glue, when the shape is moved to an ambiguous position. By default, both endpoints of the 1-D shape move to horizontal connection points.
Value |
Description |
Automation constant |
---|---|---|
1 |
The begin point of the 1-D shape moves to a vertical connection point, and the endpoint moves to a horizontal connection point (top-to-side or bottom-to-side connections). |
visWalkPrefBegNS |
2 |
The begin point of the 1-D shape moves to a horizontal connection point, and the endpoint moves to a vertical connection point (side-to-top or side-to-bottom connections). |
visWalkPrefEndNS |
Remarks
This cell has no effect on dynamic connectors. A dynamic connector's behavior is determined by its routing style. See the RouteStyle cell for the default routing style for dynamic connectors on a page, or the ShapeRouteStyle for the routing style of a particular dynamic connector.
To get a reference to the WalkPreference cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
WalkPreference |
To get a reference to the WalkPreference cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowMisc |
Cell index: |
visWalkPref |