API Reference

Enum

VisioGraphLayout

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

Automatic layout strategy for generic graph diagrams.

Inheritance

  • Enum
  • VisioGraphLayout

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 VisioGraphLayout Layered #

Place nodes in breadth-first layers from roots or inferred roots. Cycles are tolerated.

Value: 0
public const VisioGraphLayout Grid #

Place nodes in a compact grid by insertion order.

Value: 1
public const VisioGraphLayout Radial #

Place nodes on rings around root nodes.

Value: 2