Class MonthViewLabelSetting
Handles the month view label settings and it's properties to customize the month label
Inheritance
System.Object
MonthViewLabelSetting
Namespace: Com.Syncfusion.Calendar
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public class MonthViewLabelSetting : Object
Constructors
MonthViewLabelSetting()
Declaration
public MonthViewLabelSetting()
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. |