The DiagramConnectionTool type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DiagramConnectionTool |
Methods
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| BuilderProperty |
Identifies the Builder property.
| |
| ConnectionCursorProperty |
Identifies the ConnectionCursor property.
| |
| LineStyleProperty |
Identifies the LineStyle property.
| |
| ToolScopeProperty |
Identifies the ToolScope property.
|
Properties
| Name | Description | |
|---|---|---|
| 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.
|