Northwoods.GoSilverlight 1.1.3 Assembly
DropOntoBehavior Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : DropOntoBehavior Property

Gets or sets the behavior when the DraggingTool drops the selection after a move or copy.

Syntax

Visual Basic (Declaration) 
Public Property DropOntoBehavior As DropOntoBehavior
C# 
public DropOntoBehavior DropOntoBehavior {get; set;}

Property Value

The default value is DropOntoBehavior.None.

See Also