FastReport.Net.Demo by Fast Reports Inc.

<PackageReference Include="FastReport.Net.Demo" Version="2022.1.11" />

.NET API 15,735,296 bytes

 HorzAlign

public enum HorzAlign
Specifies the horizontal alignment of a text in the TextObject object.
Center = 1

Specifies that text is aligned in the center of the layout rectangle.

Justify = 3

Specifies that text is aligned in the left and right sides of the layout rectangle.

Left = 0

Specifies that text is aligned in the left of the layout rectangle.

Right = 2

Specifies that text is aligned in the right of the layout rectangle.