Northwoods.GoSilverlight 1.1.3 Assembly
DropOntoEnabled Property
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace > DraggingTool Class : DropOntoEnabled Property

Gets or sets whether stationary parts get their Northwoods.GoXam.Part.IsDropOntoAccepted property temporarily set to true during a drag.

Syntax

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

Property Value

The default value is false.

Remarks

Basically this controls whether DropOnto performs additional side effects upon a drop, and whether DragOver maintains the DragOverPart property and sets the Northwoods.GoXam.Part.IsDropOntoAccepted property to support drag-over highlighting.

This property is independent of DragOverSnapArea

See Also