ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / HorizontalAlignment Enumeration

In This Topic
    HorizontalAlignment Enumeration
    In This Topic
    Specifies the vertical alignment of the picture.
    Syntax
    'Declaration
     
    Public Enum HorizontalAlignment 
       Inherits System.Enum
    public enum HorizontalAlignment : System.Enum 
    Members
    MemberDescription
    CenterIndicates align to the center.
    LeftIndicates align to the left.
    RightIndicates align to the right.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.HorizontalAlignment

    See Also