Enum SnapSettingsValue

SnapSettingsValue enumeration

Specifies the objects that shapes snap to when snap is active in the window

[Flags]
public enum SnapSettingsValue

Values

NameValueDescription
SnapToNothing0Snap to nothing.
SnapToRulerSubdivisions1Snap to ruler subdivisions.
SnapToGrid2Snap to grid.
SnapToGuides4Snap to guides.
SnapToSelectionHandles8Snap to selection handles.
SnapToVertices10Snap to vertices.
SnapToConnectionPoints20Snap to connection points.
SnapToTheVisibleEdgesOfShapes100Snap to the visible edges of shapes.
SnapToAlignmentBox200Snap to alignment box.
SnapToShapeExtensionsOptions400Snap to shape extensions options.
SnapDisabled8000Snap disabled.
SnapToIntersections10000Snap to intersections.
UndefinedFFFFFFFF80000000Undefined.

See Also