A DropInputMode specialized to drag'n'drop INodes.

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public class NodeDropInputMode : DropInputMode
Visual Basic
Public Class NodeDropInputMode _
	Inherits DropInputMode

Remarks

A dragged INode is visualized during the drag operation. The input mode does also support snapping of the dragged INode via the SnapContext.

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Input..::..AbstractInputMode
    yWorks.Canvas.Input..::..AbstractConcurrentInputMode
      yWorks.Canvas.Input..::..DropInputMode
        yWorks.yFiles.UI.Input..::..NodeDropInputMode

See Also

NodeDropInputModeCreateDroppedNode(IInputModeContext, IGraph, INode, RectD)