Enum MetafileHorizontalTextAlignment
The horizontal half of MetafileTextAlignment.
public enum MetafileHorizontalTextAlignment : byte
Fields
Left = 0The origin is the left edge of the run (GDI
TA_LEFT).Right = 1The origin is the right edge of the run (GDI
TA_RIGHT).Center = 2The origin is the horizontal centre of the run (GDI
TA_CENTER).