ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / FieldAlignEnum Enumeration

In This Topic
    FieldAlignEnum Enumeration
    In This Topic
    Specifies the alignment of text within the field's rectangle.
    Syntax
    'Declaration
     
    Public Enum FieldAlignEnum 
       Inherits System.Enum
    public enum FieldAlignEnum : System.Enum 
    Members
    MemberDescription
    CenterBottomAlign to the center and to the bottom of the field box.
    CenterMiddleAlign to the center and to the middle of the field box.
    CenterTopAlign to the center and to the top of the field box.
    GeneralAlign numbers to the right, other values to the left.
    JustBottomJustify and align to the bottom of the field box.
    JustMiddleJustify and align to the middle of the field box.
    JustTopJustify and align to the top of the field box.
    LeftBottomAlign to the left and to the bottom of the field box.
    LeftMiddleAlign to the left and to the middle of the field box.
    LeftTopAlign to the left and to the top of the field box.
    RightBottomAlign to the right and to the bottom of the field box.
    RightMiddleAlign to the right and to the middle of the field box.
    RightTopAlign to the right and to the top of the field box.
    Remarks
    Use the members of this enumeration to set the value of the Field.Align property in the Field class.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Report.FieldAlignEnum

    See Also