API Reference

Enum

VisioConnectorRouteStyle

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

Determines how an orthogonal connector route is generated.

Inheritance

  • Enum
  • VisioConnectorRouteStyle

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 VisioConnectorRouteStyle Auto #

Choose the cleaner route based on endpoint distance.

Value: 0
public const VisioConnectorRouteStyle HorizontalThenVertical #

Route horizontally first, then vertically, then horizontally to the target.

Value: 1
public const VisioConnectorRouteStyle VerticalThenHorizontal #

Route vertically first, then horizontally, then vertically to the target.

Value: 2