Class DayLabelTextAlignment
Represent Day Label Text Alignment
Inheritance
System.Object
DayLabelTextAlignment
Namespace: Com.Syncfusion.Calendar.Enums
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public sealed class DayLabelTextAlignment : Enum
Fields
Center
Aligns the label to center
Declaration
public const DayLabelTextAlignment Center
Field Value
Left
Aligns the label to left
Declaration
public const DayLabelTextAlignment Left
Field Value
Right
Aligns the label to right
Declaration
public const DayLabelTextAlignment Right