Enum VertAlign
Specifies the vertical alignment of a text in the TextObject object.
Namespace: FastReport
Assembly: FastReport.dll
Syntax
public enum VertAlign
Fields
| Name | Description |
|---|---|
| Bottom | Specifies that text is aligned in the bottom of the layout rectangle. |
| Center | Specifies that text is aligned in the center of the layout rectangle. |
| Top | Specifies that text is aligned in the top of the layout rectangle. |