Table of Contents

Enum MetafileVerticalTextAlignment

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

The vertical half of MetafileTextAlignment.

public enum MetafileVerticalTextAlignment : byte

Fields

Top = 0

The origin is the top of the em box (GDI TA_TOP).

Bottom = 1

The origin is the bottom of the em box (GDI TA_BOTTOM).

Baseline = 2

The origin is the text baseline (GDI TA_BASELINE).