Enum TextAlignType
Enumeration indicating the text alignment, that is how the text is drawn inside the defined box Variant
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public enum TextAlignType
Fields
| Name | Description |
|---|---|
| Center | Align the text to the center of the bounding box |
| Justify | Align the text to the left and the right of the bounding box, inserting spaces to align on both sides |
| Left | Align the text to the left of the bounding box |
| Right | Align the text to the right of the bounding box |