Gets or sets the direction of the text within the field.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(TextDirectionEnum.Normal)] public TextDirectionEnum TextDirection { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(TextDirectionEnum.Normal)> _ Public Property TextDirection As TextDirectionEnum Get Set |
Remarks
Not all output formats support vertical text. The preview, print, PDF, TIFF, and XLS formats do support vertical text. The HTML, RTF, and plain text formats do not.
The default value for this property is TextDirectionEnum.Normal.