Click or drag to resize

ShapeRouteStyleValue Enumeration

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

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum ShapeRouteStyleValue
Members
  Member nameValueDescription
PageDefault0 Page default.
RightAngle1 Right angle.
Straight2 Straight.
OrganizationChartTopToBottom3 Organization chart. Direction Top to bottom.
OrganizationChartLeftToRight4 Organization chart. Left to right.
FlowchartTopToBottom5 Flowchart. Top to bottom.
FlowchartLeftToRight6 Flowchart. Left to right.
TreeTopToBottom7 Tree. Top to bottom.
TreeLeftToRight8 Tree. Left to right
Network9 Network
OrganizationChartBottomToTop10 Organization chart. Bottom to top.
OrganizationChartRightToLeft11 Organization chart. Right to left.
FlowchartBottomToTop12 Flowchart. Bottom to top.
FlowchartRightToLeft13 Flowchart. Right to left.
TreeBottomToTop14 Tree. Bottom to top.
TreeRightToLeft15 Tree. Right to left.
CenterToCenter16 Center to center.
SimpleTopToBottom17 Simple. Top to bottom.
SimpleLeftToRight18 Simple. Left to right.
SimpleBottomToTop19 Simple. Bottom to top.
SimpleRightToLeft20 Simple. Right to left.
SimpleHorizontalVertical21 Simple horizontal-vertical.
SimpleVerticalHorizontal22 Simple vertical-horizontal.
Undefined-2147483648 Undefined.
See Also