GoXam for WPF v3
DropOntoBehavior Enumeration
Northwoods.GoXam Namespace : DropOntoBehavior Enumeration
Specify additional behavior when dragging and dropping the selection onto existing parts in the diagram.
Syntax
public enum DropOntoBehavior : System.Enum 
Members
MemberDescription
AddsLinkFromNodeIf the drop occurs on a Node, new links are created from the dropped-onto node to each selected dropped node. This does not draw new links to dropped nodes that were members of dropped groups (i.e. members of selected groups). This is only effective if Northwoods.GoXam.Tool.DraggingTool.DropOntoEnabled is true.
AddsLinkToNodeIf the drop occurs on a Node, new links are created from the each selected dropped node to the dropped-onto node. This does not draw new links from dropped nodes that were members of dropped groups (i.e. members of selected groups). This is only effective if Northwoods.GoXam.Tool.DraggingTool.DropOntoEnabled is true.
AddsToGroupIf the drop occurs on a Group, and if the group can accept having the selected nodes and links added as new members, then add them to that group. This is only effective if Northwoods.GoXam.Tool.DraggingTool.DropOntoEnabled is true.
NoneDon't do anything else besides the standard result of moving or copying the selection. This is the default value for Part.DropOntoBehavior.
SplicesIntoLinkIf the drop occurs on a Link, each selected dropped node is connected by a link from the original link's Link.FromNode and by a link to the original link's Link.ToNode, and the original link is removed. This is only effective if Northwoods.GoXam.Tool.DraggingTool.DropOntoEnabled is true.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.DropOntoBehavior

See Also

Reference

Northwoods.GoXam Namespace