ActiveReports Developer 7
TextAlignment Enumeration
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace : TextAlignment Enumeration

Glossary Item Box

Specifies the horizontal alignment of text within the control area.

Syntax

Visual Basic (Declaration) 
Public Enum TextAlignment 
   Inherits System.Enum
C# 
public enum TextAlignment : System.Enum 

Members

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Document.Section.TextAlignment

See Also