asposediagram.api

Class GlueSettingsValue

Utility class containing constants. Specifies the objects that shapes glue to when glue is enabled in the document.

Field Summary
const  intGLUE_IS_ENABLED
Glue is enabled, but no other glue settings are enabled.
const  intGLUE_TO_GUIDES
Glue to guides.
const  intGLUE_TO_HANDLES
Glue to handles.
const  intGLUE_TO_VERTICES
Glue to vertices.
const  intGLUE_TO_CONNECTION_POINTS
Glue to connection points.
const  intGLUE_TO_GEOMETRY
Glue to geometry.
const  intGLUE_IS_DISABLED
Glue is disabled.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • GLUE_IS_ENABLED

        const int GLUE_IS_ENABLED
        Glue is enabled, but no other glue settings are enabled.
      • GLUE_TO_GUIDES

        const int GLUE_TO_GUIDES
        Glue to guides.
      • GLUE_TO_HANDLES

        const int GLUE_TO_HANDLES
        Glue to handles.
      • GLUE_TO_VERTICES

        const int GLUE_TO_VERTICES
        Glue to vertices.
      • GLUE_TO_CONNECTION_POINTS

        const int GLUE_TO_CONNECTION_POINTS
        Glue to connection points.
      • GLUE_TO_GEOMETRY

        const int GLUE_TO_GEOMETRY
        Glue to geometry.
      • GLUE_IS_DISABLED

        const int GLUE_IS_DISABLED
        Glue is disabled.
      • UNDEFINED

        const int UNDEFINED
        Undefined.