asposediagram.api

Class LineJumpCodeValue

Utility class containing constants. Determines the dynamic connectors to which you want to add jumps.

Field Summary
const  intNONE
None.
const  intHORIZONTAL_LINES
Horizontal lines.
const  intVERTICAL_LINES
Vertical lines.
const  intLAST_ROUTED_LINE
Last routed line.
const  intLAST_DISPLAYED_LINE
Last displayed line (top shape in the display order).
const  intFIRST_DISPLAYED_LINE
First displayed line (bottom shape in the display order).
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • NONE

        const int NONE
        None.
      • HORIZONTAL_LINES

        const int HORIZONTAL_LINES
        Horizontal lines.
      • VERTICAL_LINES

        const int VERTICAL_LINES
        Vertical lines.
      • LAST_ROUTED_LINE

        const int LAST_ROUTED_LINE
        Last routed line.
      • LAST_DISPLAYED_LINE

        const int LAST_DISPLAYED_LINE
        Last displayed line (top shape in the display order).
      • FIRST_DISPLAYED_LINE

        const int FIRST_DISPLAYED_LINE
        First displayed line (bottom shape in the display order).
      • UNDEFINED

        const int UNDEFINED
        Undefined.