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

d
v
Sets the value of the DragOverSnapCellSize attached dependency property.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetDragOverSnapCellSize( _
   ByVal d As DependencyObject, _
   ByVal v As Size _
) 
C# 
public static void SetDragOverSnapCellSize( 
   DependencyObject d,
   Size v
)

Parameters

d
v

See Also