Reporting

Specifies the vertical alignment of an object or text in a report item.

Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public enum HorizontalAlign
Visual Basic
Public Enumeration HorizontalAlign

Members

Member nameValueDescription
Left0 Specifies that the object is aligned to the left.
Center1 Specifies that the object is aligned to the center.
Right2 Specifies that the object is aligned to the right.

Version Information

Supported in: 1.0.1

See Also