Search
DraggedLink Members
Constructors Properties Methods
 


Class used to hold the DiagramLink 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 DraggedLink type.

 Public Constructors

  Name Description

DraggedLink

Initializes a new instance of the DraggedLink class.

 Public Properties

  Name Description

AutoConnectDistance

 

AutoConnectLinks

 

BaseShape

 

BaseShapeSize

 

Diagram

The Diagram this item is dropped on. (Inherited from DraggedItem.)

HeadPen

 

HeadShape

 

HeadShapeSize

 

Item

The dragged item. (Inherited from DraggedItem.)

Label

The text to be displayed for the item. (Inherited from DraggedItem.)

Link

Returns the dragged DiagramLink.

Size

The size of the item. (Inherited from DraggedItem.)

 Public Methods

  Name Description

Connect

Overloaded.  

RestoreState

 

UpdateState

 

 See Also