ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / VerticalAlign Enumeration

In This Topic
    VerticalAlign Enumeration
    In This Topic
    Specifies the vertical alignment of the text or the picture.
    Syntax
    'Declaration
     
    Public Enum VerticalAlign 
       Inherits System.Enum
    public enum VerticalAlign : System.Enum 
    Members
    MemberDescription
    BottomIndicates align to the bottom.
    MiddleIndicates align to the middle.
    TopIndicates align to the top.
    Inheritance Hierarchy

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

    See Also