Class LabelAlignment
Aligns the labels in the Calendar control in the directions.
Inheritance
System.Object
LabelAlignment
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public sealed class LabelAlignment : Enum
Fields
Center
Aligns the label towards the center.
Declaration
public const LabelAlignment Center
Field Value
Type |
---|
LabelAlignment |
Left
Aligns the label towards the left.
Declaration
public const LabelAlignment Left
Field Value
Type |
---|
LabelAlignment |
Right
Aligns the label towards the riight.
Declaration
public const LabelAlignment Right
Field Value
Type |
---|
LabelAlignment |