API Reference

Enum

VisioTextVerticalAlignment

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

Vertical text alignment inside a Visio shape.

Inheritance

  • Enum
  • VisioTextVerticalAlignment

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 VisioTextVerticalAlignment Top #

Align text to the top edge.

Value: 0
public const VisioTextVerticalAlignment Middle #

Center text vertically.

Value: 1
public const VisioTextVerticalAlignment Bottom #

Align text to the bottom edge.

Value: 2