Xamarin.Forms

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

    Show / Hide Table of Contents

    Class AgendaViewStyle

    The Agenda View Style class contains properties to customize the appearance of agenda view in month view.

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

    Constructors

    AgendaViewStyle()

    Initializes a new instance of the AgendaViewStyle class.

    Declaration
    public AgendaViewStyle()

    Fields

    BackgroundColorProperty

    Gets or sets the Background Color for Agenda View Panel in Schedule Month view. This is a bindable property.

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

    DateFontAttributesProperty

    Gets or sets Date Font Attributes for Agenda View Appointment.This is bindable property.

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

    DateFontColorProperty

    Gets or sets the Date Font Color property for agenda view. This is the bindable property.

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

    DateFontFamilyProperty

    Gets of sets the Date Font Family Property for Agenda View.This is a bindable property.

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

    DateFontFormatProperty

    Gets or sets the Date Font Format Property for Agenda View. This is a bindable property.

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

    DateFontSizeProperty

    Gets or sets the Date Font Size Property for Agenda View. This is a bindable property.

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

    DateFormatProperty

    Gets or sets the Date Format Property for Agenda View. This is a bindable property.

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

    HeaderHeightProperty

    Gets or sets the Header Height property for Agenda View Appointment. This is a bindable property.

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

    ItemHeightProperty

    Gets or sets the AgendaViewItemHeight property. This is a bindable property.

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

    SubjectFontAttributesProperty

    Gets or sets Subject Font Attributes.This is bindable property.

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

    SubjectFontColorProperty

    Gets or sets the Subject Font Color for Agenda View Appointment. It represents the appointment subject font color in agenda view This is a bindable property.

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

    SubjectFontFamilyProperty

    Gets or sets subject font family for Agenda View Appointment.This is bindable property.

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

    SubjectFontSizeProperty

    Gets or sets the Subject Font Size for Agenda View Appointment.This is bindable property.

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

    TimeFontAttributesProperty

    Gets or sets Time Font Attributes to customize the time font appearance in agenda view. This is bindable property.

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

    TimeFontColorProperty

    Gets or sets the Time Font Color for Agenda View Appointment to customize the color of time font in agenda view. This is a bindable property.

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

    TimeFontFamilyProperty

    Gets or sets time font family for Agenda View Appointment to customize the time font in agenda view. This is bindable property.

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

    TimeFontFormatProperty

    Gets or sets the Time Font Format Property for Agenda View Appointment. This is a bindable property.

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

    TimeFontSizeProperty

    Gets or sets the Time Font Size Property for Agenda View Appointment. This is a bindable property.

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

    TimeFormatProperty

    Gets or sets the Time Format Property for Agenda View Appointment. This is a bindable property.

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

    Properties

    BackgroundColor

    Gets or sets the Background Color for Agenda View Panel in schedule month view, it represents the background color of the agenda view.

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

    This property takes the Xamarin.Forms.Color value.

    DateFontAttributes

    Gets or sets Date Font Attributes for Agenda View Appointment to customize the selected date font appearance in agenda view.

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

    This property takes theXamarin.Forms.FontAttributesvalue.

    DateFontColor

    Gets or sets the Date Font color for agenda view to customize the selected date font color in agenda view.

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

    The color of the date text.

    DateFontFamily

    Gets or sets the Date Font Family for agenda view to customize the date font appearance in agenda view.

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

    The date text style.

    DateFontSize

    Gets or sets Date Font Size for Agenda View, to customize the size of selected date font in agenda view.

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

    The size of the date text.

    DateFormat

    Gets or sets Date Format property for Agenda View to customize the selected date appearance format in agenda view.

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

    The date text format.

    HeaderHeight

    Gets or sets Header Height for Agenda View to customize the header height of agenda view in month view.

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

    The height of the date text.

    ItemHeight

    Gets or sets the height of appointment.

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

    SubjectFontAttributes

    Gets or sets Subject font attributes for Agenda View Appointment, to customize the appointment subject font in agenda view.

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

    This property takes theXamarin.Forms.FontAttributesvalue.

    SubjectFontColor

    Gets or sets the Subject Font Color for Agenda View Appointment. It represents the appointment subject font color in agenda view.

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

    This property takes the Xamarin.Forms.Color value.

    SubjectFontFamily

    Gets or sets subject font family for Agenda View Appointment to customize the appearance of subject font in agenda view appointment.

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

    This property takes the System.String value.

    SubjectFontSize

    Gets or sets Subject font size for Agenda View to customize the size of appointment subject font in agenda view.

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

    This property takes the System.Doublevalue.

    TimeFontAttributes

    Gets or sets Time Font Attributes to customize the time font appearance for appointment in agenda view.

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

    This property takes theXamarin.Forms.FontAttributesvalue.

    TimeFontColor

    Gets or sets the Time Font Color for Agenda View Appointment to customize the color of time font in agenda view.

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

    This property takes the Xamarin.Forms.Color value.

    TimeFontFamily

    Gets or sets Time Font Family for Agenda View Appointment to customize the time font in agenda view.

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

    This property takes the System.String value.

    TimeFontSize

    Gets or sets the Time Font Size for Agenda View Appointment to customize the size of time font in agenda view.

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

    This property takes the System.Double value.

    TimeFormat

    Gets or sets the Time Format for Agenda View Appointment to customize the appearance of time format in agenda view.

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

    This property takes the System.String value.

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