ASP.NET Pack Programmer's Guide
DraggedNode Members
Constructors Methods
 


Class used to hold the DiagramNode instance during drag and drop. It is used for easier detection of the dragged content as DragEventArgs.Data.GetData() does not check super classes.

The following tables list the members exposed by the DraggedNode type.

 Public Constructors

  Name Description

DraggedNode

Overloaded.  

 Public Methods

  Name Description

getLabel

Gets the text displayed for the node.

getNode

Gets the node that holds the dragged DiagramNode.

getSize

Get the size of the node.

setLabel

Sets the text displayed for the node.

setNode

Sets the node that holds the dragged DiagramNode.

setSize

Set the size of the node.

 See Also

DraggedNode Class
com.mindfusion.diagramming Namespace