ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / StringAlignmentEx Enumeration

In This Topic
    StringAlignmentEx Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum StringAlignmentEx 
       Inherits System.Enum
    public enum StringAlignmentEx : System.Enum 
    Members
    MemberDescription
    Center 
    Far 
    Justify 
    Near 
    Remarks
    This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Drawing.StringAlignmentEx

    See Also