Enum HorzAlign
Specifies the horizontal alignment of a text in the TextObject object.
Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
public enum HorzAlign
Fields
Name | Description |
---|---|
Center | Specifies that text is aligned in the center of the layout rectangle. |
Justify | Specifies that text is aligned in the left and right sides of the layout rectangle. |
Left | Specifies that text is aligned in the left of the layout rectangle. |
Right | Specifies that text is aligned in the right of the layout rectangle. |