Northwoods.GoSilverlight 1.2.2 Assembly
DropOntoBehavior Enumeration
See Also  Send Feedback
Northwoods.GoXam Namespace : DropOntoBehavior Enumeration

Specify additional behavior when dragging and dropping the selection onto existing parts in the diagram.

Syntax

Visual Basic (Declaration) 
Public Enum DropOntoBehavior 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
C# 
public enum DropOntoBehavior : System.Enum, IComparableIConvertibleIFormattable  

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).
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).
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.

Inheritance Hierarchy

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

Requirements

See Also

© 2010 All Rights Reserved.