asposediagram.api

Class GlueSettings

Utility class containing constants. The bit values indicate that a specific glue setting is on or off. The value may be a sum of the values:

Field Summary
const  intNONE
Glue is enabled, but no other glue settings are enabled.
const  intGUIDES
Glue to guides.
const  intHANDLES
Glue to handles.
const  intVERTICES
Glue to vertices.
const  intCONNECTION_POINTS
Glue to connection points.
const  intGEOMETRY
Glue to geometry.
const  intDISABLED
Glue is disabled
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • NONE

        const int NONE
        Glue is enabled, but no other glue settings are enabled.
      • GUIDES

        const int GUIDES
        Glue to guides.
      • HANDLES

        const int HANDLES
        Glue to handles.
      • VERTICES

        const int VERTICES
        Glue to vertices.
      • CONNECTION_POINTS

        const int CONNECTION_POINTS
        Glue to connection points.
      • GEOMETRY

        const int GEOMETRY
        Glue to geometry.
      • DISABLED

        const int DISABLED
        Glue is disabled
      • UNDEFINED

        const int UNDEFINED
        Undefined.