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

In This Topic
    TextDirectionEnum Enumeration
    In This Topic
    Specifies the direction of the text in the field.
    Syntax
    'Declaration
     
    Public Enum TextDirectionEnum 
       Inherits System.Enum
    public enum TextDirectionEnum : System.Enum 
    Members
    MemberDescription
    DownText direction is down.
    NormalText direction is normal.
    UpText direction is up.
    Remarks
    Use the members of this enumeration to set the value of the Field.TextDirection property in the Field class.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Report.TextDirectionEnum

    See Also