Describes variaous text directions in the C1Text object, which are depend of TextAngle.
TopToBottom - TextAngle is about 0
BottomToTop - TextAngle is about 180
LeftToRight - TextAngle is about 90
RightToLeft - TextAngle is about 270
Namespace:
C1.C1PrintDocument.UtilAssembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
| C# |
|---|
public enum TextDirectionEnum |
| Visual Basic (Declaration) |
|---|
Public Enumeration TextDirectionEnum |
Members
| Member name | Description | |
|---|---|---|
| TopToBottom | ||
| BottomToTop | ||
| LeftToRight | ||
| RightToLeft |