Enumeration of text directions (RTL/LTR/Auto).
Namespace: DayPilot.Web.Ui.EnumsAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
public enum TextDirection |
| Visual Basic |
|---|
Public Enumeration TextDirection |
| Visual C++ |
|---|
public enum class TextDirection |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Auto | 0 | Detected using current culture. | |
| RTL | 1 | Right to left. | |
| LTR | 2 | Left to right. |