Northwoods.GoSilverlight 1.1.3 Assembly
GetDragOverSnapOrigin Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : GetDragOverSnapOrigin Method

d
Gets the value of the DragOverSnapOrigin attached dependency property.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetDragOverSnapOrigin( _
   ByVal d As DependencyObject _
) As Point
C# 
public static Point GetDragOverSnapOrigin( 
   DependencyObject d
)

Parameters

d

See Also