Enum TextAlignVerticalType
Enumeration indicating vertical text alignment, that is how the full text, after horizontal alignment is done, is drawn inside the defined box Variant
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public enum TextAlignVerticalType
Fields
| Name | Description |
|---|---|
| Bottom | Align the text to the bottom of the bounding box |
| Center | Align the text to the center of the bounding box |
| Top | Align the text to the top of the bounding box |