Enum RouterKind
Denotes supported router kinds
public enum RouterKind
Fields
Bezier = 2
Denotes that edges are routed using Bezier curves
Manhattan = 1
Denotes that edges are routed using a manhattan style, i.e. in parallel to the axes
None = 0
Edge is not routed at all