TextAlignment Enumeration |
The horizontal alignment of the text.
Namespace:
Atalasoft.Imaging.Drawing
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum TextAlignment
Public Enumeration TextAlignment
Members
| Member name | Description |
---|
| Left | Left aligned text. |
| Center | Centered text. |
| Right | Right aligned text. |
| Justify | Justified text. |
See Also