Search
DrawAnchorPointEventArgs Properties
 


 Public Properties

  Name Description

adjustmentHandle

Gets the adjustment handle being moved by the user. (Inherited from ItemEventArgs.)

anchorIndex

Gets the zero-based index of the anchor point related to the event.

anchorPattern

Gets the anchor pattern containing the anchor point being drawn.

cancel

Gets or sets a value indicating whether to allow the current operation. (Inherited from CancelEventArgs.)

container

Gets the container a node has been added to or removed from. (Inherited from NodeEventArgs.)

context

Gets the canvas rendering context. (Inherited from ItemEventArgs.)

handled

Gets or sets a value indicating whether the event has been handled. (Inherited from EventArgs.)

hyperlink

Gets the hyperlink that was clicked inside a node. (Inherited from NodeEventArgs.)

item

Gets the diagram item for which the event is raised. (Inherited from ItemEventArgs.)

label

Gets the node label for which the event is raised. (Inherited from NodeEventArgs.)

location

Gets the location of the anchor point being drawn.

mouseButton

Gets which mouse button has been pressed. (Inherited from ItemEventArgs.)

mousePosition

Gets the current mouse pointer position. (Inherited from ItemEventArgs.)

newText

Gets the text that has just been entered by the user. (Inherited from ItemEventArgs.)

node

Gets the node for which the event is raised. (Inherited from NodeEventArgs.)

oldText

Gets the text that had been displayed in the node before the user edited it. (Inherited from ItemEventArgs.)

 See Also