asposediagram.api

Class LineJumpStyleValue

Utility class containing constants. Specifies the line jump style for all connectors on the drawing page that don't have a local line jump style.

Field Summary
const  intDEFAULT
Default.
const  intARC
Arc.
const  intGAP
Gap.
const  intSQUARE
Square.
const  intSIDES_2
2 Sides.
const  intSIDES_3
3 Sides.
const  intSIDES_4
4 Sides.
const  intSIDES_5
5 Sides.
const  intSIDES_6
6 Sides.
const  intSIDES_7
7 Sides.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • DEFAULT

        const int DEFAULT
        Default.
      • ARC

        const int ARC
        Arc.
      • GAP

        const int GAP
        Gap.
      • SQUARE

        const int SQUARE
        Square.
      • SIDES_2

        const int SIDES_2
        2 Sides.
      • SIDES_3

        const int SIDES_3
        3 Sides.
      • SIDES_4

        const int SIDES_4
        4 Sides.
      • SIDES_5

        const int SIDES_5
        5 Sides.
      • SIDES_6

        const int SIDES_6
        6 Sides.
      • SIDES_7

        const int SIDES_7
        7 Sides.
      • UNDEFINED

        const int UNDEFINED
        Undefined.