Text alignment types.
            
Namespace: DayPilot.Web.Mvc.Enums.MonthAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
| C# | 
|---|
public enum TextAlignment  | 
| Visual Basic | 
|---|
Public Enumeration TextAlignment  | 
| Visual C++ | 
|---|
public enum class TextAlignment  | 
Members
| Member name | Value | Description | |
|---|---|---|---|
| Left | 0 | Left alignment. | |
| Center | 1 | Center alignment. |