C1.Win.8 Assembly / C1.Framework Namespace / TextDirection Enumeration

TextDirection Enumeration
Specifies the text direction (horizontal or vertical).
Syntax
'Declaration
 
Public Enum TextDirection 
   Inherits 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