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

Gets or sets the snapping grid's coordinates origin or offset.

Syntax

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

Property Value

The default value is Point(0, 0), which means that the grid starts at the same point as the position of the node's Node.LocationElement. The value must have numbers that are not infinite.

See Also