Class LabelAlignment
Represents Label Alignment for year view text
Inheritance
System.Object
    LabelAlignment
  Namespace: Com.Syncfusion.Calendar.Enums
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public sealed class LabelAlignment : Enum
  Fields
Center
Aligns the label to center
Declaration
public const LabelAlignment Center
  Field Value
| Type | 
|---|
| LabelAlignment | 
Left
Aligns the label to left
Declaration
public const LabelAlignment Left
  Field Value
| Type | 
|---|
| LabelAlignment | 
Right
Aligns the label to right
Declaration
public const LabelAlignment Right
  Field Value
| Type | 
|---|
| LabelAlignment |