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

In This Topic
    CheckAlignment Enumeration
    In This Topic
    Check alignment
    Syntax
    'Declaration
     
    Public Enum CheckAlignment 
       Inherits System.Enum
    public enum CheckAlignment : System.Enum 
    Members
    MemberDescription
    BottomCenterContent is vertically aligned at the bottom, and horizontally aligned at the center.
    BottomLeftContent is vertically aligned at the bottom, and horizontally aligned on the left.
    BottomRightContent is vertically aligned at the bottom, and horizontally aligned on the right.
    MiddleCenterContent is vertically aligned in the middle, and horizontally aligned at the center.
    MiddleLeftContent is vertically aligned in the middle, and horizontally aligned on the left.
    MiddleRightContent is vertically aligned in the middle, and horizontally aligned on the right.
    TopCenterContent is vertically aligned at the top, and horizontally aligned at the center.
    TopLeftContent is vertically aligned at the top, and horizontally aligned on the left.
    TopRightContent is vertically aligned at the top, and horizontally aligned on the right.
    Inheritance Hierarchy

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

    See Also