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

Gets or sets the Spot that specifies what point in the grid cell dragged parts snap to.

Syntax

Visual Basic (Declaration) 
Public Property DragOverSnapCellSpot As Spot
C# 
public Spot DragOverSnapCellSpot {get; set;}

Property Value

The default value is TopLeft, which means parts get snapped directly to the grid points. A new value must be a specific spot: Spot.IsSpot must be true for any new value.

See Also