MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Drawing Namespace / StringAlignment Enumeration

StringAlignment Enumeration
Specifies the alignment of a text string relative to its layout rectangle. It is a cross-platform version of StringAlignment.
Syntax
'Declaration
 
Public Enum StringAlignment 
   Inherits System.Enum
 
Members
MemberDescription
CenterThe center string alignment.
FarThe far string alignment.
NearThe near string alignment.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Document.Drawing.StringAlignment

See Also