Skip to content

Instantly share code, notes, and snippets.

@tswistak
Created June 18, 2018 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tswistak/b63976eb4ab68965eebd566d28fdf8c6 to your computer and use it in GitHub Desktop.
Save tswistak/b63976eb4ab68965eebd566d28fdf8c6 to your computer and use it in GitHub Desktop.
GoJS tutorial part 3, listing 3
diagram.grid.visible = true;
diagram.toolManager.draggingTool.isGridSnapEnabled = true;
diagram.toolManager.draggingTool.gridSnapCellSize = new go.Size(50, 50);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment