FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / TextDirectionEnum Enumeration

In This Topic
    TextDirectionEnum Enumeration
    In This Topic
    Specifies the direction to use when rendering text in a grid cell.
    Syntax
    'Declaration
     
    
    Public Enum TextDirectionEnum 
       Inherits System.Enum
    public enum TextDirectionEnum : System.Enum 
    Members
    MemberDescription
    DownText is rendered from the top of the cell to the bottom.
    NormalText is rendered in the horizontal direction.
    UpText is rendered from the bottom of the cell to the top.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1FlexGrid.TextDirectionEnum

    See Also