Class DayLabelTextAlignment
Day label alignment.
Inheritance
System.Object
DayLabelTextAlignment
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public sealed class DayLabelTextAlignment : Enum
Fields
Center
Aligns the label towards the left.
Declaration
public const DayLabelTextAlignment Center
Field Value
Left
Aligns the label towards the center.
Declaration
public const DayLabelTextAlignment Left
Field Value
Right
Aligns the label towards the right.
Declaration
public const DayLabelTextAlignment Right