Specifies the direction of the text in the field.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum TextDirectionEnum |
| Visual Basic |
|---|
Public Enumeration TextDirectionEnum |
Members
| Member name | Description | |
|---|---|---|
| Normal | Text direction is normal. | |
| Up | Text direction is up. | |
| Down | Text direction is down. |
Remarks
Use the members of this enumeration to set the value
of the TextDirection property in the Field class.