IMessageShape interface
Namespace: NextDesign.Core
Description
Access object to the message shape of the sequence diagram.
Affiliation area
Name | Description |
---|---|
Sequence editor | A group of APIs to access sequence diagrams. |
Inherit Base
Name | Description |
---|---|
ISequenceConnectorShape | Access object to the sequence diagram connector shape. |
Property
Name | Description |
---|---|
ReceivePort | message destination port |
Receiver | Message Receiver Lifeline Returns null if the received message is not to a lifeline. |
SelfloopBendsX | X coordinate of bend position in self-connect message Always 0 if not self-connect message. A self-connecting message is one in which the lifelines of the sender and receiver are the same. The bend position is the point of the first polyline in the message. |
Sender | Message Sender Lifeline Returns null if the sent message is not from a lifeline. |
SendPort | Message source port |
SourceY | The Y coordinate of the origin of the message The origin of the message is the connection point with the shape from which it originates. |
TargetY | The Y coordinate of the end of the message The end of the message is the connection point with the receiving shape. |
Text | Text |
TypeModel | Model mapped to type |