GoXam for WPF v3
GridSnapCellSize Property
Northwoods.GoXam Namespace > Diagram Class : GridSnapCellSize Property
Gets or sets the size of the grid cell used when snapping during a drag if the value of GridSnapEnabled is true.
Syntax
[Category("Grid")]
public Size GridSnapCellSize {get; set;}

Property Value

The default Size is 10x10 in model units. Any new width or height value must be positive but non-infinite numbers.
See Also

Reference

Diagram Class
Diagram Members