VerticalAlign
Enum
Specifies the vertical alignment of an object or text in a report item.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum VerticalAlign
Fields
Specifies that the object is aligned to the bottom.
C#
Bottom = 2
Specifies that the object is aligned to the middle.
C#
Middle = 1
Specifies that the object is aligned to the top.
C#
Top = 0