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