RouteStyleValue

RouteStyleValue enumeration

Specifies the routing style and direction for all dynamic connectors on the drawing page that don’t have a local routing style.

public enum RouteStyleValue

Values

Name Value Description
DefaultRightAngle 0 Default. Right angle.
RightAngle 1 Right angle.
Straight 2 Straight.
OrganizationChartTopToBottom 3 Organization chart top to bottom.
OrganizationChartLeftToRight 4 Organization chart left to right.
FlowchartTopToBottom 5 Flow chart top to bottom.
FlowchartLeftToRight 6 Flow chart left to right.
TreeTopToBottom 7 Tree top to bottom.
TreeLeftToRight 8 Tree left to right.
Network 9 Network.
OrganizationChartBottomToTop 10 Organization chart bottom to top.
OrganizationChartRightToLeft 11 Organization chart right to left.
FlowchartBottomToTop 12 Flowchart bottom to top.
FlowchartRightToLeft 13 Flowchart right to left.
TreeBottomToTop 14 Tree bottom to top.
TreeRightToLeft 15 Tree right to left.
CenterToCenter 16 Center to center.
SimpleTopToBottom 17 Simple top to bottom.
SimpleLeftToRight 18 Simple left to right.
SimpleBottomToTop 19 Simple bottom to top.
SimpleRightToLeft 20 Simple right to left.
SimpleHorizontalVertical 21 Simple horizontal vertical.
SimpleVerticalHorizontal 22 Simple vertical horizontal.
Undefined -2147483648 Undefined.

See Also