GoXam for WPF v3
DragOverSnapCellSize Property
Northwoods.GoXam Namespace > Part Class : DragOverSnapCellSize Property
Gets or sets the size of the grid cell used when snapping during a drag.
Syntax
public Size DragOverSnapCellSize {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. 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