Created
June 18, 2018 09:04
-
-
Save tswistak/b63976eb4ab68965eebd566d28fdf8c6 to your computer and use it in GitHub Desktop.
GoJS tutorial part 3, listing 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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