ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / VerticalTextAlignment Enumeration

In This Topic
    VerticalTextAlignment Enumeration
    In This Topic
    Represents the vertical text alignment enumeration.
    Syntax
    'Declaration
     
    Public Enum VerticalTextAlignment 
       Inherits System.Enum
    public enum VerticalTextAlignment : System.Enum 
    Members
    MemberDescription
    BottomThe bottom vertical alignment.
    MiddleThe middle vertical alignment.
    TopThe top vertical alignment.
    Inheritance Hierarchy

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

    See Also