DiagramBuilder.GridSize Method
| Name | Parameters | Description |
|---|---|---|
| GridSize(JS) | value | Specifies the grid pitch. Mirrors the client-side gridSize option. |
| GridSize(Action<DiagramGridSizeBuilder>) | configurator | Specifies the grid pitch. Mirrors the client-side gridSize object. |
| GridSize(Double) | value | Specifies the grid pitch. Mirrors the client-side gridSize option. |