ActiveReports.Viewer3 Request technical support
VerticalTextAlignment Enumeration
See Also  


Specifies the vertical alignment of text within the control area.

Syntax

Visual Basic (Declaration) 
Public Enum VerticalTextAlignment 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As VerticalTextAlignment
C# 
public enum VerticalTextAlignment : Enum 

Members

MemberDescription
TopText is aligned to the top of the control area.
MiddleText is aligned in the middle of the control area.
BottomText is aligned to the bottom of the control area.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.VerticalTextAlignment

See Also