API Reference

Enum

VisioConnectorRerouteBehavior

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

Specifies when Visio may reroute a dynamic connector.

Inheritance

  • Enum
  • VisioConnectorRerouteBehavior

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 VisioConnectorRerouteBehavior Freely #

Reroute freely.

Value: 0
public const VisioConnectorRerouteBehavior AsNeeded #

Reroute as needed when manually requested.

Value: 1
public const VisioConnectorRerouteBehavior Never #

Never reroute.

Value: 2
public const VisioConnectorRerouteBehavior OnCrossover #

Reroute when the connector crosses another connector.

Value: 3