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
Type |
---|
DayLabelTextAlignment |
Left
Aligns the label towards the center.
Declaration
public const DayLabelTextAlignment Left
Field Value
Type |
---|
DayLabelTextAlignment |
Right
Aligns the label towards the right.
Declaration
public const DayLabelTextAlignment Right
Field Value
Type |
---|
DayLabelTextAlignment |