Enum LineJumpCodeValue

LineJumpCodeValue enumeration

Determines the dynamic connectors to which you want to add jumps.

public enum LineJumpCodeValue

Values

NameValueDescription
None0None.
HorizontalLines1Horizontal lines.
VerticalLines2Vertical lines.
LastRoutedLine3Last routed line.
LastDisplayedLine4Last displayed line (top shape in the display order).
FirstDisplayedLine5First displayed line (bottom shape in the display order).
Undefined-2147483648Undefined.

See Also