Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class YearViewSettings - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class YearViewSettings

    Year view settings inherits the View class.

    Inheritance
    System.Object
    YearViewSettings
    Namespace: Syncfusion.SfCalendar.XForms
    Assembly: Syncfusion.SfCalendar.XForms.dll
    Syntax
    public class YearViewSettings : Element, IThemeElement

    Constructors

    YearViewSettings()

    Initializes a new instance of the YearViewSettings class.

    Declaration
    public YearViewSettings()

    Fields

    DateTextColorProperty

    Determines the text color of date text in year view.

    Declaration
    public static readonly BindableProperty DateTextColorProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    HeaderBackgroundProperty

    Determines the background color of the header of year view.

    Declaration
    public static readonly BindableProperty HeaderBackgroundProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    LabelAlignmentProperty

    Determines the alignment of text in the year view cell.

    Declaration
    public static readonly BindableProperty LabelAlignmentProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    LayoutBackgroundProperty

    Determines the background color of the layout of year view.

    Declaration
    public static readonly BindableProperty LayoutBackgroundProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    MonthHeaderBackgroundProperty

    Determines the background color of the month header in year view.

    Declaration
    public static readonly BindableProperty MonthHeaderBackgroundProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    MonthHeaderTextColorProperty

    Determines the text color of the month header in year view.

    Declaration
    public static readonly BindableProperty MonthHeaderTextColorProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    MonthLayoutBackgroundProperty

    Determines the background color of the month layout in year view .

    Declaration
    public static readonly BindableProperty MonthLayoutBackgroundProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    YearHeaderTextColorProperty

    The year header text color property determines the text color of year's header.

    Declaration
    public static readonly BindableProperty YearHeaderTextColorProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    Properties

    DateTextColor

    Gets or sets the color of the date text.

    Declaration
    public Color DateTextColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    The color of the date text.

    HeaderBackground

    Gets or sets the header background.

    Declaration
    public Color HeaderBackground { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    The header background.

    LabelAlignment

    Gets or sets the label alignment.

    Declaration
    public LabelAlignment LabelAlignment { get; set; }
    Property Value
    Type Description
    LabelAlignment

    The label alignment.

    LayoutBackground

    Gets or sets the layout background.

    Declaration
    public Color LayoutBackground { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    The layout background.

    MonthHeaderBackground

    Gets or sets the month header background.

    Declaration
    public Color MonthHeaderBackground { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.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
    Xamarin.Forms.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
    Xamarin.Forms.Color

    The month layout background.

    YearHeaderTextColor

    Gets or sets the color of the year header text.

    Declaration
    public Color YearHeaderTextColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    The color of the year header text.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved