API Reference

Enum

VisioTimelinePlacement

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

Vertical placement hints for timeline milestones and spans.

Inheritance

  • Enum
  • VisioTimelinePlacement

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

Let the builder choose a clean placement.

Value: 0
public const VisioTimelinePlacement Above #

Place above the timeline axis.

Value: 1
public const VisioTimelinePlacement Below #

Place below the timeline axis.

Value: 2