asposediagram.api

Class SnapSettingsValue

Utility class containing constants. Specifies the objects that shapes snap to when snap is active in the window

Field Summary
const  intSNAP_TO_NOTHING
Snap to nothing.
const  intSNAP_TO_RULER_SUBDIVISIONS
Snap to ruler subdivisions.
const  intSNAP_TO_GRID
Snap to grid.
const  intSNAP_TO_GUIDES
Snap to guides.
const  intSNAP_TO_SELECTION_HANDLES
Snap to selection handles.
const  intSNAP_TO_VERTICES
Snap to vertices.
const  intSNAP_TO_CONNECTION_POINTS
Snap to connection points.
const  intSNAP_TO_THE_VISIBLE_EDGES_OF_SHAPES
Snap to the visible edges of shapes.
const  intSNAP_TO_ALIGNMENT_BOX
Snap to alignment box.
const  intSNAP_TO_SHAPE_EXTENSIONS_OPTIONS
Snap to shape extensions options.
const  intSNAP_DISABLED
Snap disabled.
const  intSNAP_TO_INTERSECTIONS
Snap to intersections.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • SNAP_TO_NOTHING

        const int SNAP_TO_NOTHING
        Snap to nothing.
      • SNAP_TO_RULER_SUBDIVISIONS

        const int SNAP_TO_RULER_SUBDIVISIONS
        Snap to ruler subdivisions.
      • SNAP_TO_GRID

        const int SNAP_TO_GRID
        Snap to grid.
      • SNAP_TO_GUIDES

        const int SNAP_TO_GUIDES
        Snap to guides.
      • SNAP_TO_SELECTION_HANDLES

        const int SNAP_TO_SELECTION_HANDLES
        Snap to selection handles.
      • SNAP_TO_VERTICES

        const int SNAP_TO_VERTICES
        Snap to vertices.
      • SNAP_TO_CONNECTION_POINTS

        const int SNAP_TO_CONNECTION_POINTS
        Snap to connection points.
      • SNAP_TO_THE_VISIBLE_EDGES_OF_SHAPES

        const int SNAP_TO_THE_VISIBLE_EDGES_OF_SHAPES
        Snap to the visible edges of shapes.
      • SNAP_TO_ALIGNMENT_BOX

        const int SNAP_TO_ALIGNMENT_BOX
        Snap to alignment box.
      • SNAP_TO_SHAPE_EXTENSIONS_OPTIONS

        const int SNAP_TO_SHAPE_EXTENSIONS_OPTIONS
        Snap to shape extensions options.
      • SNAP_DISABLED

        const int SNAP_DISABLED
        Snap disabled.
      • SNAP_TO_INTERSECTIONS

        const int SNAP_TO_INTERSECTIONS
        Snap to intersections.
      • UNDEFINED

        const int UNDEFINED
        Undefined.