API Reference

Enum

VisioTextHorizontalAlignment

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

Horizontal text alignment inside a Visio shape.

Inheritance

  • Enum
  • VisioTextHorizontalAlignment

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 VisioTextHorizontalAlignment Left #

Align text to the left edge.

Value: 0
public const VisioTextHorizontalAlignment Center #

Center text horizontally.

Value: 1
public const VisioTextHorizontalAlignment Right #

Align text to the right edge.

Value: 2
public const VisioTextHorizontalAlignment Justify #

Justify text across the available width.

Value: 3