Northwoods.GoSilverlight 1.1.3 Assembly
DragOverSnapCellSize Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : DragOverSnapCellSize Property

Gets or sets the size of the grid cell used when snapping during a drag.

Syntax

Visual Basic (Declaration) 
Public Property DragOverSnapCellSize As Size
C# 
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.

See Also