Class SFYearViewSettings
Properties to customize the year view
Inheritance
Implements
Namespace: Syncfusion.SfCalendar.iOS
Assembly: Syncfusion.SfCalendar.iOS.dll
Syntax
public class SFYearViewSettings : Object, INotifyPropertyChanged
Constructors
SFYearViewSettings()
Initializes a new instance of the SFYearViewSettings class.
Declaration
public SFYearViewSettings()
Properties
DateTextColor
Gets or sets the color of the date text.
Declaration
public UIColor DateTextColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the date text. |
HeaderLabelAlignment
Gets or sets the header label alignment.
Declaration
public NSTextAlignment HeaderLabelAlignment { get; set; }
Property Value
Type | Description |
---|---|
NSTextAlignment | The header label alignment. |
MonthHeaderBackground
Gets or sets the month header background.
Declaration
public UIColor MonthHeaderBackground { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The month header background. |
MonthHeaderTextColor
Gets or sets the color of the month header text.
Declaration
public UIColor MonthHeaderTextColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the month header text. |
MonthLayoutBackground
Gets or sets the month layout background.
Declaration
public UIColor MonthLayoutBackground { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The month layout background. |
MonthLayoutPadding
Gets or sets the month layout padding.
Declaration
public double MonthLayoutPadding { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The month layout padding. |
YearHeaderBackground
Gets or sets the year header background.
Declaration
public UIColor YearHeaderBackground { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The year header background. |
YearHeaderTextColor
Gets or sets the color of the year header text.
Declaration
public UIColor YearHeaderTextColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the year header text. |
YearLayoutBackground
Gets or sets the year layout background.
Declaration
public UIColor YearLayoutBackground { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | 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 |