The DiagramNodeTool type exposes the following members.

Constructors

  NameDescription
DiagramNodeTool
Initializes a new instance of the DiagramNodeTool class.

Fields

  NameDescription
BuilderProperty
Identifies the Builder property.
CursorVisualProperty
Identifies the CursorVisual property.
DiagramNodeToolDroppedEvent
Identifies the DiagramNodeToolDropped routed event.
ToolScopeProperty
Identifies the ToolScope property.

Properties

  NameDescription
Builder
Gets or sets the IDiagramNodeBuilder which takes effect when the control is selected. This is a dependency property.
CursorVisual
Gets or sets the Visual displayed while dragging or when the cursor is charged. This is a dependency property.
ToolScope
Gets or sets the object within which the tool may be applied in a charged-cursor scenario. This is a dependency property.

Events

  NameDescription
DiagramNodeToolDropped
Occurs when a user drags or drops the tool.

See Also