Specifies the direction of the text in the field.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum TextDirectionEnum
Visual Basic
Public Enumeration TextDirectionEnum

Members

Member nameDescription
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.

See Also