Gets the UIElement that is acting as a drop target.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public UIElement DropTarget {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	internal set;
 }
Visual Basic
Public Property DropTarget As UIElement
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Friend Set

See Also