Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ViewHeaderStyle

    Show / Hide Table of Contents

    Class ViewHeaderStyle

    The View Header Style class contains properties to customize the appearance of view header view in schedule.

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

    Constructors

    ViewHeaderStyle()

    Initializes a new instance of the ViewHeaderStyle class.

    Declaration
    public ViewHeaderStyle()

    Fields

    BackgroundColorProperty

    Gets or sets the BackgroundColor for ViewHeader of SfSchedule. This is a bindable property.

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

    CurrentDateTextColorProperty

    Gets or sets the Text Color for Current Date in ViewHeader of SfSchedule. This is a bindable property.

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

    CurrentDayTextColorProperty

    Gets or sets the Text Color for Current Day in ViewHeader of SfSchedule. This is a bindable property.

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

    DateFontAttributesProperty

    Gets or sets the FontAttributes for date in ViewHeaderStyle of SfSchedule.This is bindable property.

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

    DateFontFamilyProperty

    Gets or sets the font family for Date in ViewHeaderStyle of SfSchedule.This is bindable property.

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

    DateFontSizeProperty

    Gets or sets the font size for Date in ViewHeaderStyle of SfSchedule.This is bindable property.

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

    DateTextColorProperty

    Gets or sets the Text Color for Date in ViewHeader of SfSchedule. This is a bindable property.

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

    DayFontAttributesProperty

    Gets or sets the font attributes for day in ViewHeaderStyle of SfSchedule.This is bindable property.

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

    DayFontFamilyProperty

    Gets or sets the font family for the Day in ViewHeaderStyle of SfSchedule.This is bindable property.

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

    DayFontSizeProperty

    Gets or sets the font size for the Day in ViewHeaderStyle of SfSchedule.This is bindable property.

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

    DayTextColorProperty

    Gets or sets the Text Color for Day in ViewHeader of SfSchedule. This is a bindable property.

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

    Properties

    BackgroundColor

    Gets or sets the BackgroundColor for ViewHeader of SfSchedule. This is a bindable property.

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

    It's a readonly property and we need to set the Palette of the WorkWeekViewSettings class.

    CurrentDateTextColor

    Gets or sets the Text Color for Current Date in ViewHeader of SfSchedule. This is a bindable property.

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

    It's a readonly property and we need to set the Palette of the WorkWeekViewSettings class.

    CurrentDayTextColor

    Gets or sets the Text Color for Current Day in ViewHeader of SfSchedule. This is a bindable property.

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

    It's a readonly property and we need to set the Palette of the WorkWeekViewSettings class.

    DateFontAttributes

    Gets or sets font attributes for date.

    Declaration
    public FontAttributes DateFontAttributes { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.FontAttributes

    DateFontFamily

    Gets or sets the font family for the Date.

    Declaration
    public string DateFontFamily { get; set; }
    Property Value
    Type Description
    System.String

    DateFontSize

    Gets or sets the font size for the Date.

    Declaration
    public double DateFontSize { get; set; }
    Property Value
    Type Description
    System.Double

    DateTextColor

    Gets or sets the Text Color for Date in ViewHeader of SfSchedule. This is a bindable property.

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

    It's a readonly property and we need to set the Palette of the WorkWeekViewSettings class.

    DayFontAttributes

    Gets or sets font attributes for day.

    Declaration
    public FontAttributes DayFontAttributes { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.FontAttributes

    DayFontFamily

    Gets or sets the font family for Day.

    Declaration
    public string DayFontFamily { get; set; }
    Property Value
    Type Description
    System.String

    DayFontSize

    Gets or sets the font size for Day.

    Declaration
    public double DayFontSize { get; set; }
    Property Value
    Type Description
    System.Double

    DayTextColor

    Gets or sets the Text Color for Day in ViewHeader of SfSchedule. This is a bindable property.

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

    It's a readonly property and we need to set the Palette of the WorkWeekViewSettings class.

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