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)
Syntaxpublic enum ShapeRouteStyleValue
Public Enumeration ShapeRouteStyleValue
public enum class ShapeRouteStyleValue
type ShapeRouteStyleValue
Members
| Member name | Value | Description |
---|
| PageDefault | 0 |
Page default.
|
| RightAngle | 1 |
Right angle.
|
| Straight | 2 |
Straight.
|
| OrganizationChartTopToBottom | 3 |
Organization chart. Direction Top to bottom.
|
| OrganizationChartLeftToRight | 4 |
Organization chart. Left to right.
|
| FlowchartTopToBottom | 5 |
Flowchart. Top to bottom.
|
| FlowchartLeftToRight | 6 |
Flowchart. 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