Enum Routing
Defines the supported routing styles for relationship lines.
public enum Routing
Fields
Curved = 1Draws the connector as a smooth curve.
Direct = 0Draws the shortest straight connector between elements.
Orthogonal = 2Draws the connector using right-angled segments.