Enum SnapSettings

SnapSettings enumeration

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

[Flags]
public enum SnapSettings

Values

NameValueDescription
None0Snap to nothing.
RulerSubdivisions1Snap to ruler subdivisions.
Grid2Snap to grid.
Guides4Snap to guides.
Handles8Snap to selection handles.
Vertices10Snap to vertices.
ConnectionPoints20Snap to connection points.
Geometry100Snap to the visible edges of shapes.
AlignmentBox200Snap to alignment box.
Extensions400Snap to shape extensions options.
Disabled8000Snap disabled.
Intersections10000Snap to intersections.
UndefinedFFFFFFFF80000000Undefined.

See Also