API Reference
Enum
VisioPageRouteStyle
Specifies Visio's page-level connector routing style.
Inheritance
- Enum
- VisioPageRouteStyle
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property VisioConnector.RouteStyle
- Property VisioPage.ConnectorRouteStyle
- Field VisioPageRouteStyle.CenterToCenter
- Field VisioPageRouteStyle.Default
- Field VisioPageRouteStyle.FlowchartBottomToTop
- Field VisioPageRouteStyle.FlowchartLeftToRight
- Field VisioPageRouteStyle.FlowchartRightToLeft
- Field VisioPageRouteStyle.FlowchartTopToBottom
- Field VisioPageRouteStyle.Network
- Field VisioPageRouteStyle.OrganizationChartBottomToTop
- Field VisioPageRouteStyle.OrganizationChartLeftToRight
- Field VisioPageRouteStyle.OrganizationChartRightToLeft
- Field VisioPageRouteStyle.OrganizationChartTopToBottom
- Field VisioPageRouteStyle.RightAngle
- Field VisioPageRouteStyle.SimpleBottomToTop
- Field VisioPageRouteStyle.SimpleHorizontalVertical
- Field VisioPageRouteStyle.SimpleLeftToRight
- Field VisioPageRouteStyle.SimpleRightToLeft
- Field VisioPageRouteStyle.SimpleTopToBottom
- Field VisioPageRouteStyle.SimpleVerticalHorizontal
- Field VisioPageRouteStyle.Straight
- Field VisioPageRouteStyle.TreeBottomToTop
- Field VisioPageRouteStyle.TreeLeftToRight
- Field VisioPageRouteStyle.TreeRightToLeft
- Field VisioPageRouteStyle.TreeTopToBottom
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const VisioPageRouteStyle OrganizationChartTopToBottom #Use organization-chart routing from top to bottom.
Value:
3public const VisioPageRouteStyle OrganizationChartLeftToRight #Use organization-chart routing from left to right.
Value:
4public const VisioPageRouteStyle FlowchartTopToBottom #Use flowchart routing from top to bottom.
Value:
5public const VisioPageRouteStyle FlowchartLeftToRight #Use flowchart routing from left to right.
Value:
6public const VisioPageRouteStyle OrganizationChartBottomToTop #Use organization-chart routing from bottom to top.
Value:
10public const VisioPageRouteStyle OrganizationChartRightToLeft #Use organization-chart routing from right to left.
Value:
11public const VisioPageRouteStyle FlowchartBottomToTop #Use flowchart routing from bottom to top.
Value:
12public const VisioPageRouteStyle FlowchartRightToLeft #Use flowchart routing from right to left.
Value:
13public const VisioPageRouteStyle SimpleHorizontalVertical #Use simple horizontal-then-vertical routing.
Value:
21public const VisioPageRouteStyle SimpleVerticalHorizontal #Use simple vertical-then-horizontal routing.
Value:
22