The StarDiagramConnectionBuilder type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| StarDiagramConnectionBuilder |
Methods
| Name | Description | |
|---|---|---|
| CanCreateConnection |
This method can be overriden to provide additional logic for allowing a connection to be made between the given connection point and destination.
This implementation always returns true.
| |
| CreateConnection |
Creates a new StarDiagramConnection between the two given StarDiagramConnectionPoint
objects. The connection is then added to this given StarDiagramModel.
|