GoXam for WPF v3
DropOntoEnabled Property
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
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 based on the value of Northwoods.GoXam.Part.DropOntoBehavior, 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

Reference

DraggingTool Class
DraggingTool Members