Enum MetafileVerticalTextAlignment
The vertical half of MetafileTextAlignment.
public enum MetafileVerticalTextAlignment : byte
Fields
Top = 0The origin is the top of the em box (GDI
TA_TOP).Bottom = 1The origin is the bottom of the em box (GDI
TA_BOTTOM).Baseline = 2The origin is the text baseline (GDI
TA_BASELINE).