Reporting

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

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

Syntax

C#
public enum VerticalAlign
Visual Basic
Public Enumeration VerticalAlign

Members

Member nameValueDescription
Top0 Specifies that the object is aligned to the top.
Middle1 Specifies that the object is aligned to the middle.
Bottom2 Specifies that the object is aligned to the bottom.

Version Information

Supported in: 1.0.1

See Also