Class MonthLabelSettings
Month label settings inherits the view class.
Inheritance
System.Object
MonthLabelSettings
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public class MonthLabelSettings : Element, IThemeElement
Constructors
MonthLabelSettings()
Initializes a new instance of the MonthLabelSettings class.
Declaration
public MonthLabelSettings()
Fields
DateFormatProperty
Determines in which the format date of SfCalendar has to be displayed.
Declaration
public static readonly BindableProperty DateFormatProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
DateLabelSizeProperty
Determines the size of the date label size.
Declaration
public static readonly BindableProperty DateLabelSizeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
DayFormatProperty
Determines in which the format day of SfCalendar has to be displayed.
Declaration
public static readonly BindableProperty DayFormatProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
DayLabelSizeProperty
Determines the size of the day label size in SfCalendar.
Declaration
public static readonly BindableProperty DayLabelSizeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
DateFormat
Gets or sets the date format.
Declaration
public string DateFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The date format. |
DateLabelSize
Gets or sets the size of the date label.
Declaration
public double DateLabelSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The size of the date label. |
DayFormat
Gets or sets the day format.
Declaration
public string DayFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The day format. |
DayLabelSize
Gets or sets the size of the day label.
Declaration
public double DayLabelSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The size of the day label. |