Class AllDayEventsViewStyle
Inheritance
System.Object
AllDayEventsViewStyle
Namespace: Com.Telerik.Widget.Calendar.Dayview
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class AllDayEventsViewStyle : Object
Constructors
AllDayEventsViewStyle(CalendarDayView)
AllDayEventsViewStyle(IntPtr, JniHandleOwnership)
Declaration
protected AllDayEventsViewStyle(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
AllDayGravity
Declaration
public virtual int AllDayGravity { get; set; }
Property Value
System.Int32
|
AllDayOffsetHorizontal
Declaration
public virtual int AllDayOffsetHorizontal { get; set; }
Property Value
System.Int32
|
AllDayOffsetVertical
Declaration
public virtual int AllDayOffsetVertical { get; set; }
Property Value
System.Int32
|
AllDayText
Declaration
public virtual string AllDayText { get; set; }
Property Value
System.String
|
AllDayTextColor
Declaration
public virtual int AllDayTextColor { get; set; }
Property Value
System.Int32
|
AllDayTextIsVisible
Declaration
public virtual bool AllDayTextIsVisible { get; set; }
Property Value
System.Boolean
|
AllDayTextSize
Declaration
public virtual int AllDayTextSize { get; set; }
Property Value
System.Int32
|
BackgroundColor
Declaration
public virtual int BackgroundColor { get; set; }
Property Value
System.Int32
|
DefaultEventViewsBackgroundColor
Declaration
public static int DefaultEventViewsBackgroundColor { get; }
Property Value
System.Int32
|
Elevation
Declaration
public virtual int Elevation { get; set; }
Property Value
System.Int32
|
EventsBackgroundColor
Declaration
public virtual int EventsBackgroundColor { get; set; }
Property Value
System.Int32
|
EventsSpacing
Declaration
public virtual int EventsSpacing { get; set; }
Property Value
System.Int32
|
EventsTitleFontSize
Declaration
public virtual int EventsTitleFontSize { get; set; }
Property Value
System.Int32
|
EventsTitleTextColor
Declaration
public virtual int EventsTitleTextColor { get; set; }
Property Value
System.Int32
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
MaxColumns
Declaration
public virtual int MaxColumns { get; set; }
Property Value
System.Int32
|
MaxVisibleEventRows
Declaration
public virtual float MaxVisibleEventRows { get; set; }
Property Value
System.Single
|
MinimumHeight
Declaration
public virtual int MinimumHeight { get; set; }
Property Value
System.Int32
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
TodayBackgroundColor
Declaration
public virtual int TodayBackgroundColor { get; set; }
Property Value
System.Int32
|