The IDiagramConnectable type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetCollisionBounds |
Returns the rectangle that is taken into consideration when a connection path is being constructed to the given
IDiagramConnectionPoint. Generally, an IDiagramNode should return its bounds, and an
IDiagramConnection should return a Rect with the position of the given IDiagramConnectionPoint
and a size of 0.
|
Properties
Name | Description | |
---|---|---|
![]() | CanOriginateNewConnections |
Gets whether any more connections can begin at this IDiagramConnectable at all.
|
![]() | CanReceiveNewConnections |
Gets whether any more connections can end at this IDiagramConnectable at all.
|
![]() | Data |
Gets the data represented by the IDiagramConnectable, such as
a business object in the domain being diagrammed.
|
Events
Name | Description | |
---|---|---|
![]() | DataChanged |
Raised when the Data property changes.
|