'Declaration
Public Enum TextDirectionEnum Inherits System.Enum
public enum TextDirectionEnum : System.Enum
'Declaration
Public Enum TextDirectionEnum Inherits System.Enum
public enum TextDirectionEnum : System.Enum
Member | Description |
---|---|
Down | Text is rendered from the top of the cell to the bottom. |
Normal | Text is rendered in the horizontal direction. |
Up | Text is rendered from the bottom of the cell to the top. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.TextDirectionEnum