Class DayViewStyle
Specifies the style settings for the day view mode of the calendar.
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class DayViewStyle : CalendarChildElementBase, IChildElement
Constructors
DayViewStyle()
Declaration
public DayViewStyle()
Fields
AllDayAppointmentBackgroundColorProperty
Identifies the AllDayAppointmentBackgroundColor property.
Declaration
public static readonly BindableProperty AllDayAppointmentBackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
AllDayAppointmentFontSizeProperty
Identifies the AllDayAppointmentFontSize property.
Declaration
public static readonly BindableProperty AllDayAppointmentFontSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
AllDayAppointmentTextColorProperty
Identifies the AllDayAppointmentTextColor property.
Declaration
public static readonly BindableProperty AllDayAppointmentTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
AllDayAreaBackgroundColorProperty
Identifies the AllDayAreaBackgroundColor property.
Declaration
public static readonly BindableProperty AllDayAreaBackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
AllDayLabelFontSizeProperty
Identifies the AllDayLabelFontSize property.
Declaration
public static readonly BindableProperty AllDayLabelFontSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
AllDayLabelTextColorProperty
Identifies the AllDayLabelTextColor property.
Declaration
public static readonly BindableProperty AllDayLabelTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
AppointmentDetailsFontSizeProperty
Identifies the AppointmentDetailsFontSize property.
Declaration
public static readonly BindableProperty AppointmentDetailsFontSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
AppointmentDetailsTextColorProperty
Identifies the AppointmentDetailsTextColor property.
Declaration
public static readonly BindableProperty AppointmentDetailsTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
AppointmentFontSizeProperty
Identifies the AppointmentFontSize property.
Declaration
public static readonly BindableProperty AppointmentFontSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
AppointmentTextColorProperty
Identifies the AppointmentTextColor property.
Declaration
public static readonly BindableProperty AppointmentTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
CurrentTimeIndicatorColorProperty
Identifies the CurrentTimeIndicatorColor property.
Declaration
public static readonly BindableProperty CurrentTimeIndicatorColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
CurrentTimeIndicatorRadiusProperty
Identifies the CurrentTimeIndicatorRadius property.
Declaration
public static readonly BindableProperty CurrentTimeIndicatorRadiusProperty
Field Value
Xamarin.Forms.BindableProperty
|
CurrentTimeIndicatorWidthProperty
Identifies the CurrentTimeIndicatorWidth property.
Declaration
public static readonly BindableProperty CurrentTimeIndicatorWidthProperty
Field Value
Xamarin.Forms.BindableProperty
|
TimelineBackgroundColorProperty
Identifies the TimelineBackgroundColor property.
Declaration
public static readonly BindableProperty TimelineBackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
TimelineLabelsFontSizeProperty
Identifies the TimelineLabelsFontSize property.
Declaration
public static readonly BindableProperty TimelineLabelsFontSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
TimelineLabelsTextColorProperty
Identifies the TimelineLabelsTextColor property.
Declaration
public static readonly BindableProperty TimelineLabelsTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
AllDayAppointmentBackgroundColor
Declaration
public Color AllDayAppointmentBackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|
AllDayAppointmentFontSize
Declaration
public int AllDayAppointmentFontSize { get; set; }
Property Value
System.Int32
|
AllDayAppointmentTextColor
Declaration
public Color AllDayAppointmentTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
AllDayAreaBackgroundColor
Declaration
public Color AllDayAreaBackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|
AllDayLabelFontSize
Declaration
public int AllDayLabelFontSize { get; set; }
Property Value
System.Int32
|
AllDayLabelTextColor
Declaration
public Color AllDayLabelTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
AppointmentDetailsFontSize
Declaration
public int AppointmentDetailsFontSize { get; set; }
Property Value
System.Int32
|
AppointmentDetailsTextColor
Declaration
public Color AppointmentDetailsTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
AppointmentFontSize
Declaration
public int AppointmentFontSize { get; set; }
Property Value
System.Int32
|
AppointmentTextColor
Declaration
public Color AppointmentTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
CurrentTimeIndicatorColor
Specifies the color of the current time indicator.
Declaration
public Color CurrentTimeIndicatorColor { get; set; }
Property Value
Xamarin.Forms.Color
|
CurrentTimeIndicatorRadius
Specifies the radius of the current time indicator.
Declaration
public double CurrentTimeIndicatorRadius { get; set; }
Property Value
System.Double
|
CurrentTimeIndicatorWidth
Specifies the width of the current time indicator.
Declaration
public double CurrentTimeIndicatorWidth { get; set; }
Property Value
System.Double
|
TimelineBackgroundColor
Declaration
public Color TimelineBackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|
TimelineLabelsFontSize
Declaration
public int TimelineLabelsFontSize { get; set; }
Property Value
System.Int32
|
TimelineLabelsTextColor
Declaration
public Color TimelineLabelsTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|