MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / UprightTextMode Enumeration

UprightTextMode Enumeration
Indicates whether the digits or digits along with Latin text appear horizontally in the vertical text.
Syntax
'Declaration
 
Public Enum UprightTextMode 
   Inherits System.Enum
 
Members
MemberDescription
DigitsOnly horizontal digits
DigitsAndLatinLettersHorizontal digits with latin letters
NoneNo horizontal runs
Remarks
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Drawing.UprightTextMode

See Also