GoXam for WPF v3
DragOverSnapEnabled Property
Northwoods.GoXam Namespace > Part Class : DragOverSnapEnabled Property
Gets or sets whether dragging any parts over this part causes their position to be snapped to grid points.
Syntax
public bool DragOverSnapEnabled {get; set;}

Property Value

The default value is false. The value is actually stored on the VisualElement. One normally sets it by setting or data-binding the attached property on the root element of the DataTemplate.
See Also

Reference

Part Class
Part Members