Calendar direction (RTL/LTR). Not supported officially.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
C# |
---|
public TextDirection Direction { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Direction As TextDirection |
Visual C++ |
---|
public: property TextDirection Direction { TextDirection get (); void set (TextDirection value); } |