HorizontalAlign
Enum
Specifies the horizontal alignment of the text in a report item.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum HorizontalAlign
Fields
Specifies that the text is aligned to the center.
C#
Center = 1
Specifies that the text is justified.
C#
Justify = 3
Specifies that the text is aligned to the left.
C#
Left = 0
Specifies that the text is aligned to the right.
C#
Right = 2