MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / TextAlignment Enumeration

TextAlignment Enumeration
Represents the text alignment enumeration.
Syntax
'Declaration
 
Public Enum TextAlignment 
   Inherits System.Enum
 
Members
MemberDescription
CenterThe center text alignment.
JustifyThe justify text alignment.
LeftThe left text alignment.
RightThe right text alignment.
Inheritance Hierarchy

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

See Also