menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFYearViewSettings - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SFYearViewSettings

    Properties to customize the year view

    Inheritance
    System.Object
    SFYearViewSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    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

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved