GrapeCity.Xaml.Excel
TextVerticalTypes Enumeration


GrapeCity.Excel.Chart Namespace : TextVerticalTypes Enumeration
Determines what kind of vertical text is going to be used.
Syntax
'Declaration
 
Public Enum TextVerticalTypes 
   Inherits System.Enum
'Usage
 
Dim instance As TextVerticalTypes
public enum TextVerticalTypes : System.Enum 
Members
MemberDescription
EastAsianVertical A special version of vertical text, where some fonts are displayed as if rotated by 90 degresss while some fonts (mostly East Asian) are displayed vertical.
Horizontal Horizontal text.
MongolianVertical A special version of vertical text, where some fonts are displayed as if rotated by 90 degrees while some fonts (mostly East Asian) are displayed vertical.
Vertical Determines if all of the text is vertical orientation, each line is 90 degrees rotated clockwise.
Vertical270 Determines if all of the text is vertical orientation, each line is 270 degress rotated clockwise.
VerticalWordArtRightToLeft Specifies that vertical WordArt should be shown from right to left rather than left to right.
WordArtVertical Determines if all of the text is vertial.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.TextVerticalTypes

See Also

Reference

GrapeCity.Excel.Chart Namespace