Table of Contents

Enum MetafileHorizontalTextAlignment

Namespace
DocWright.Core.Metafiles
Assembly
DocWright.Core.dll

The horizontal half of MetafileTextAlignment.

public enum MetafileHorizontalTextAlignment : byte

Fields

Left = 0

The origin is the left edge of the run (GDI TA_LEFT).

Right = 1

The origin is the right edge of the run (GDI TA_RIGHT).

Center = 2

The origin is the horizontal centre of the run (GDI TA_CENTER).