API Reference

Enum

VisioConnectorEndpointScope

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

Controls which endpoints of matching connectors should be retargeted.

Inheritance

  • Enum
  • VisioConnectorEndpointScope

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 VisioConnectorEndpointScope Start #

Retarget only connector start points.

Value: 0
public const VisioConnectorEndpointScope End #

Retarget only connector end points.

Value: 1
public const VisioConnectorEndpointScope Both #

Retarget both start and end points.

Value: 2