aspose.diagram
Class SnapSettings

Utility class containing constants. Specifies the objects that shapes snap to when snap is active in the window. The value may be a sum of the values.

Field Summary
const  NumberNONE
           Snap to nothing.
const  NumberRULER_SUBDIVISIONS
           Snap to ruler subdivisions.
const  NumberGRID
           Snap to grid.
const  NumberGUIDES
           Snap to guides.
const  NumberHANDLES
           Snap to selection handles.
const  NumberVERTICES
           Snap to vertices.
const  NumberCONNECTION_POINTS
           Snap to connection points.
const  NumberGEOMETRY
           Snap to the visible edges of shapes.
const  NumberALIGNMENT_BOX
           Snap to alignment box.
const  NumberEXTENSIONS
           Snap to shape extensions options.
const  NumberDISABLED
           Snap disabled.
const  NumberINTERSECTIONS
           Snap to intersections.
const  NumberUNDEFINED
           Undefined.
 

Field Detail

NONE

const Number NONE
Snap to nothing.

RULER_SUBDIVISIONS

const Number RULER_SUBDIVISIONS
Snap to ruler subdivisions.

GRID

const Number GRID
Snap to grid.

GUIDES

const Number GUIDES
Snap to guides.

HANDLES

const Number HANDLES
Snap to selection handles.

VERTICES

const Number VERTICES
Snap to vertices.

CONNECTION_POINTS

const Number CONNECTION_POINTS
Snap to connection points.

GEOMETRY

const Number GEOMETRY
Snap to the visible edges of shapes.

ALIGNMENT_BOX

const Number ALIGNMENT_BOX
Snap to alignment box.

EXTENSIONS

const Number EXTENSIONS
Snap to shape extensions options.

DISABLED

const Number DISABLED
Snap disabled.

INTERSECTIONS

const Number INTERSECTIONS
Snap to intersections.

UNDEFINED

const Number UNDEFINED
Undefined.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.