Class SFCalendarDayLabelTextAlignment
Aligns the label in the Calendar control in either of the directions.
Inheritance
System.Object
SFCalendarDayLabelTextAlignment
Namespace: Syncfusion.SfCalendar.iOS
Assembly: Syncfusion.SfCalendar.iOS.dll
Syntax
public sealed class SFCalendarDayLabelTextAlignment : Enum
Fields
SFCalendarDayLabelTextAlignmentCenter
Aligns the label towards the center.
Declaration
public const SFCalendarDayLabelTextAlignment SFCalendarDayLabelTextAlignmentCenter
Field Value
SFCalendarDayLabelTextAlignmentLeft
Aligns the label towards the left.
Declaration
public const SFCalendarDayLabelTextAlignment SFCalendarDayLabelTextAlignmentLeft
Field Value
SFCalendarDayLabelTextAlignmentRight
Aligns the label towards the right.
Declaration
public const SFCalendarDayLabelTextAlignment SFCalendarDayLabelTextAlignmentRight