Enum ShapeRouteStyleValue

ShapeRouteStyleValue enumeration

Specifies the routing style and direction for a connector on the drawing page.

public enum ShapeRouteStyleValue

Values

NameValueDescription
PageDefault0Page default.
RightAngle1Right angle.
Straight2Straight.
OrganizationChartTopToBottom3Organization chart. Direction Top to bottom.
OrganizationChartLeftToRight4Organization chart. Left to right.
FlowchartTopToBottom5Flowchart. Top to bottom.
FlowchartLeftToRight6Flowchart. Left to right.
TreeTopToBottom7Tree. Top to bottom.
TreeLeftToRight8Tree. Left to right
Network9Network
OrganizationChartBottomToTop10Organization chart. Bottom to top.
OrganizationChartRightToLeft11Organization chart. Right to left.
FlowchartBottomToTop12Flowchart. Bottom to top.
FlowchartRightToLeft13Flowchart. Right to left.
TreeBottomToTop14Tree. Bottom to top.
TreeRightToLeft15Tree. Right to left.
CenterToCenter16Center to center.
SimpleTopToBottom17Simple. Top to bottom.
SimpleLeftToRight18Simple. Left to right.
SimpleBottomToTop19Simple. Bottom to top.
SimpleRightToLeft20Simple. Right to left.
SimpleHorizontalVertical21Simple horizontal-vertical.
SimpleVerticalHorizontal22Simple vertical-horizontal.
Undefined-2147483648Undefined.

See Also