ActiveReports.Viewer3 Request technical support
TextAlignment Enumeration
See Also  


Specifies the horizontal alignment of text within the control area.

Syntax

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

Members

MemberDescription
LeftText is aligned to the left edge of the control.
CenterText is centered within the control area.
RightText is aligned to the right edge of the control.
JustifyText is fully justified on left and right edges of the control.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.TextAlignment

See Also