asposediagram.api

Class ConFixedCodeValue

Utility class containing constants. Determines when a connector reroutes.

Field Summary
const  intREROUTE_FREELY
Reroute freely.
const  intREROUTE_NEEDED
Reroute as needed.
const  intNEVER_REROUTE
Never reroute.
const  intREROUTE_ON_CROSSOVER
Reroute on crossover.
const  intRESERVED_1
Reserved for internal use only.
const  intRESERVED_2
Reserved for internal use only.
const  intRESERVED_3
Reserved for internal use only.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • REROUTE_FREELY

        const int REROUTE_FREELY
        Reroute freely.
      • REROUTE_NEEDED

        const int REROUTE_NEEDED
        Reroute as needed.
      • NEVER_REROUTE

        const int NEVER_REROUTE
        Never reroute.
      • REROUTE_ON_CROSSOVER

        const int REROUTE_ON_CROSSOVER
        Reroute on crossover.
      • RESERVED_1

        const int RESERVED_1
        Reserved for internal use only.
      • RESERVED_2

        const int RESERVED_2
        Reserved for internal use only.
      • RESERVED_3

        const int RESERVED_3
        Reserved for internal use only.
      • UNDEFINED

        const int UNDEFINED
        Undefined.