GoXam for WPF v3
GridSnapOrigin Property
Northwoods.GoXam Namespace > Diagram Class : GridSnapOrigin Property
Gets or sets the snapping grid's coordinates, in model coordinates, if the value of GridSnapEnabled is true.
Syntax
[Category("Grid")]
public Point GridSnapOrigin {get; set;}

Property Value

The default value is Point(0, 0). Both X and Y values must be non-infinite numbers.
See Also

Reference

Diagram Class
Diagram Members