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

d
Gets the value of the DropOntoBehavior attached dependency property.

Syntax

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

Parameters

d

See Also