Class MultiDayViewStyle
Specifies the style settings for the multi-day view mode of the calendar.
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class MultiDayViewStyle : DayViewStyle, IChildElement
Constructors
MultiDayViewStyle()
Declaration
public MultiDayViewStyle()
Fields
TodayBackgroundColorProperty
Identifies the TodayBackgroundColor property.
Declaration
public static readonly BindableProperty TodayBackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
TodayBackgroundColor
Specifies the background color of today.
Declaration
public Color TodayBackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|