Input for WinForms | ComponentOne
C1.Framework Namespace / TextDirection Enumeration

In This Topic
    TextDirection Enumeration
    In This Topic
    Specifies the text direction (horizontal or vertical).
    Syntax
    'Declaration
     
    
    Public Enum TextDirection 
       Inherits System.Enum
    public enum TextDirection : System.Enum 
    Members
    MemberDescription
    DownText is draw vertically, from the top down.
    NormalText is drawn in the horizontal direction, left to right.
    UpText is draw vertically, from the bottom up.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.TextDirection

    See Also