TextAlignmentMode

EmfSetTextAlign.TextAlignmentMode property

Gets or sets a 32-bit unsigned integer that specifies text alignment by using a mask of text alignment flags. These are either WmfTextAlignmentModeFlags ([MS-WMF] section 2.1.2.3) for text with a horizontal baseline, or WmfVerticalTextAlignmentModeFlags ([MS-WMF] section 2.1.2.4) for text with a vertical baseline. Only one value can be chosen from those that affect horizontal and vertical alignment.

public int TextAlignmentMode { get; set; }

See Also