The DiagramConnectionTool type exposes the following members.

Constructors

  NameDescription
DiagramConnectionTool

Methods

  NameDescription
OnClick
Called whenever a mouse button is pressed over this DiagramConnectionTool. This method sets the current cursor action to be a new CreateConnectionCursorAction. This method does nothing if the ToolScope property is set to null.
(Overrides Button..::.OnClick()()().)

Fields

  NameDescription
BuilderProperty
Identifies the Builder property.
ConnectionCursorProperty
Identifies the ConnectionCursor property.
LineStyleProperty
Identifies the LineStyle property.
ToolScopeProperty
Identifies the ToolScope property.

Properties

  NameDescription
Builder
Gets or sets the IDiagramConnectionBuilder which takes effect when the control is selected. This is a dependency property.
ConnectionCursor
Gets or sets the Cursor used to express that the application is in 'add connection' mode. This is a dependency property.
DefaultLineStyleKey
Gets the ResourceKey for the default Style used for drawing connections in progress.
LineStyle
Gets or sets the Style applied to the line used to draw the connection while the user is dragging the tool. This is a dependency property.
ToolScope
Gets or sets the object within which the tool may be applied. This is a dependency property.

See Also