API Reference

Enum

VisioConnectorLineJumpCode

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

Specifies when a dynamic connector receives line jumps.

Inheritance

  • Enum
  • VisioConnectorLineJumpCode

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 VisioConnectorLineJumpCode PageDefault #

Use the page-level line jump setting.

Value: 0
public const VisioConnectorLineJumpCode Never #

Never display line jumps on this connector.

Value: 1
public const VisioConnectorLineJumpCode Always #

Always display line jumps on this connector.

Value: 2
public const VisioConnectorLineJumpCode OtherConnectorJumps #

The other connector receives the line jump.

Value: 3
public const VisioConnectorLineJumpCode NeitherConnectorJumps #

Neither connector receives the line jump.

Value: 4