asposediagram.api

Class GlueTypeValue

Utility class containing constants. Specifies whether dynamic (shape-to-shape) glue is allowed when connecting to a shape.

Field Summary
const  intALLOW_DYNAMIC_GLUE_FOR_DYNAMIC_CONNECTOR
Default. Allow dynamic glue for the dynamic connector only; otherwise, use static glue.
const  intALLOW_DYNAMIC_GLUE_2002
Allow dynamic glue (obsolete in Microsoft Visio 2002).
const  intALLOW_DYNAMIC_GLUE
Allow dynamic glue.
const  intNO_ALLOW_DYNAMIC_GLUE
Do not allow dynamic glue.
const  intNO_ALLOW_2_D_SHAPE
Do not allow this 2-D shape to be connected to using dynamic glue.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • ALLOW_DYNAMIC_GLUE_FOR_DYNAMIC_CONNECTOR

        const int ALLOW_DYNAMIC_GLUE_FOR_DYNAMIC_CONNECTOR
        Default. Allow dynamic glue for the dynamic connector only; otherwise, use static glue.
      • ALLOW_DYNAMIC_GLUE_2002

        const int ALLOW_DYNAMIC_GLUE_2002
        Allow dynamic glue (obsolete in Microsoft Visio 2002).
      • ALLOW_DYNAMIC_GLUE

        const int ALLOW_DYNAMIC_GLUE
        Allow dynamic glue.
      • NO_ALLOW_DYNAMIC_GLUE

        const int NO_ALLOW_DYNAMIC_GLUE
        Do not allow dynamic glue.
      • NO_ALLOW_2_D_SHAPE

        const int NO_ALLOW_2_D_SHAPE
        Do not allow this 2-D shape to be connected to using dynamic glue.
      • UNDEFINED

        const int UNDEFINED
        Undefined.