asposediagram.api

Class LineAdjustToValue

Utility class containing constants. Specifies which dynamic connectors to line up on top of one another if they route on top of each other.

Field Summary
const  intROUTING_STYLE_DEFAULT
Routing style default.
const  intALL_LINES_CLOSE
All lines that are close to each other.
const  intNO_LINES
No lines.
const  intRELATEDLINES
Related lines.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • ROUTING_STYLE_DEFAULT

        const int ROUTING_STYLE_DEFAULT
        Routing style default.
      • ALL_LINES_CLOSE

        const int ALL_LINES_CLOSE
        All lines that are close to each other.
      • NO_LINES

        const int NO_LINES
        No lines.
      • RELATEDLINES

        const int RELATEDLINES
        Related lines.
      • UNDEFINED

        const int UNDEFINED
        Undefined.