mxEdgeStyle Fields |
The mxEdgeStyle type exposes the following members.
| Name | Description | |
|---|---|---|
| ElbowConnector |
Uses either SideToSide or TopToBottom depending on the horizontal
flag in the cell style. SideToSide is used if horizontal is true or
unspecified.
| |
| EntityRelation |
Implements an entity relation style for edges (as used in database
schema diagrams).
| |
| Loop |
Implements a self-reference, aka. loop.
| |
| SideToSide |
Implements a vertical elbow edge.
| |
| TopToBottom |
Implements a horizontal elbow edge.
|