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

d
Gets the value of the DragOverSnapEnabled attached dependency property.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetDragOverSnapEnabled( _
   ByVal d As DependencyObject _
) As Boolean
C# 
public static bool GetDragOverSnapEnabled( 
   DependencyObject d
)

Parameters

d

See Also