Class YearViewSettings
Handles the year view settings and it's properties to customize the year view
Inheritance
Implements
Namespace: Com.Syncfusion.Calendar
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public class YearViewSettings : Object, INotifyPropertyChanged
Constructors
YearViewSettings()
Declaration
public YearViewSettings()
Properties
DateTextColor
Gets or sets the color of the date text.
Declaration
public Color DateTextColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color of the date text. |
FontAttribute
Gets or sets the font attribute.
Declaration
public TypefaceStyle FontAttribute { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.TypefaceStyle | The font attribute. |
HeaderLabelAlignment
Gets or sets the header label alignment.
Declaration
public LabelAlignment HeaderLabelAlignment { get; set; }
Property Value
Type | Description |
---|---|
LabelAlignment | The header label alignment. |
MonthHeaderBackground
Gets or sets the month header background.
Declaration
public Color MonthHeaderBackground { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The month header background. |
MonthHeaderTextColor
Gets or sets the color of the month header text.
Declaration
public Color MonthHeaderTextColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color of the month header text. |
MonthLayoutBackground
Gets or sets the month layout background.
Declaration
public Color MonthLayoutBackground { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The month layout background. |
SelectionPressedbackground
Gets or sets the selection pressed background.
Declaration
public Color SelectionPressedbackground { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The selection pressed background. |
YearHeaderBackground
Gets or sets the year header background.
Declaration
public Color YearHeaderBackground { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The year header background. |
YearHeaderTextColor
Gets or sets the color of the year header text.
Declaration
public Color YearHeaderTextColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color of the year header text. |
YearLayoutBackground
Gets or sets the year layout background.
Declaration
public Color YearLayoutBackground { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The year layout background. |
Methods
OnPropertyChanged(String)
Once the property changed.
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | Property name |
Events
PropertyChanged
Occurs when property changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |