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