API Reference

Enum

VisioPageRouteStyle

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

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.

Accepted by parameters

Values

public const VisioPageRouteStyle Default #

Use Visio's default right-angle routing.

Value: 0
public const VisioPageRouteStyle RightAngle #

Use right-angle routing.

Value: 1
public const VisioPageRouteStyle Straight #

Use straight routing.

Value: 2
public const VisioPageRouteStyle OrganizationChartTopToBottom #

Use organization-chart routing from top to bottom.

Value: 3
public const VisioPageRouteStyle OrganizationChartLeftToRight #

Use organization-chart routing from left to right.

Value: 4
public const VisioPageRouteStyle FlowchartTopToBottom #

Use flowchart routing from top to bottom.

Value: 5
public const VisioPageRouteStyle FlowchartLeftToRight #

Use flowchart routing from left to right.

Value: 6
public const VisioPageRouteStyle TreeTopToBottom #

Use tree routing from top to bottom.

Value: 7
public const VisioPageRouteStyle TreeLeftToRight #

Use tree routing from left to right.

Value: 8
public const VisioPageRouteStyle Network #

Use network routing.

Value: 9
public const VisioPageRouteStyle OrganizationChartBottomToTop #

Use organization-chart routing from bottom to top.

Value: 10
public const VisioPageRouteStyle OrganizationChartRightToLeft #

Use organization-chart routing from right to left.

Value: 11
public const VisioPageRouteStyle FlowchartBottomToTop #

Use flowchart routing from bottom to top.

Value: 12
public const VisioPageRouteStyle FlowchartRightToLeft #

Use flowchart routing from right to left.

Value: 13
public const VisioPageRouteStyle TreeBottomToTop #

Use tree routing from bottom to top.

Value: 14
public const VisioPageRouteStyle TreeRightToLeft #

Use tree routing from right to left.

Value: 15
public const VisioPageRouteStyle CenterToCenter #

Route from center to center.

Value: 16
public const VisioPageRouteStyle SimpleTopToBottom #

Use simple routing from top to bottom.

Value: 17
public const VisioPageRouteStyle SimpleLeftToRight #

Use simple routing from left to right.

Value: 18
public const VisioPageRouteStyle SimpleBottomToTop #

Use simple routing from bottom to top.

Value: 19
public const VisioPageRouteStyle SimpleRightToLeft #

Use simple routing from right to left.

Value: 20
public const VisioPageRouteStyle SimpleHorizontalVertical #

Use simple horizontal-then-vertical routing.

Value: 21
public const VisioPageRouteStyle SimpleVerticalHorizontal #

Use simple vertical-then-horizontal routing.

Value: 22