Northwoods.GoSilverlight 1.1.3 Assembly
DragOverSnapEnabled Property
See Also  Send Feedback
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

Visual Basic (Declaration) 
Public Property DragOverSnapEnabled As Boolean
C# 
public bool DragOverSnapEnabled {get; set;}

Property Value

The default value is false.

See Also