Enumeration of text directions (RTL/LTR/Auto).
            
Namespace: DayPilot.Web.Mvc.EnumsAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.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. |