ConLineJumpStyle cell (Shape Layout section)
Determines the line jump style for line jumps on a dynamic connector.
|
Value |
Line Jump Style |
Automation constant |
|
0 |
Page default |
visLOJumpStyleDefault |
|
1 |
Arc |
visLOJumpStyleArc |
|
2 |
Gap |
visLOJumpStyleGap |
|
3 |
Square |
visLOJumpStyleSquare |
|
4 |
Triangle |
visLOJumpStyleTriangle |
|
5 |
3 sides |
visLOJumpStyle2Point |
|
6 |
4 sides |
visLOJumpStyle3Point |
|
7 |
5 sides |
visLOJumpStyle4Point |
|
8 |
6 sides |
visLOJumpStyle5Point |
|
9 |
7 sides |
visLOJumpStyle6Point |
Remarks
You can also set the value of this cell by selecting a dynamic connector, clicking Behavior on the Format menu, and then clicking the Connector tab.
To reference the ConLineJumpStyle cell by name from another formula, or from a program using the Cells property, use:
|
Cell name: |
ConLineJumpStyle |
To reference the ConLineJumpStyle cell by index from a program, use the CellsSRC property with the following arguments:
|
Section index: |
visSectionObject |
|
Row index: |
visRowShapeLayout |
|
Cell index: |
visSLOJumpStyle |