Class DayEventViewBase
Inheritance
System.Object
DayEventViewBase
Namespace: Com.Telerik.Widget.Calendar.Dayview
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public abstract class DayEventViewBase : LinearLayout
Constructors
DayEventViewBase(Context)
Declaration
public DayEventViewBase(Context context)
Parameters
Android.Content.Context
context
|
DayEventViewBase(IntPtr, JniHandleOwnership)
Declaration
protected DayEventViewBase(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Fields
EventColor
Declaration
public const int EventColor = -1
Field Value
System.Int32
|
Properties
BackgroundColor
Declaration
public virtual int BackgroundColor { get; }
Property Value
System.Int32
|
CornerRadius
Declaration
public virtual int CornerRadius { get; set; }
Property Value
System.Int32
|
Event
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
TextColor
Declaration
public virtual int TextColor { 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
|
Methods
Init(Context)
Declaration
protected virtual void Init(Context context)
Parameters
Android.Content.Context
context
|
OnEventChanged()
Declaration
protected virtual void OnEventChanged()
OnTextColorChanged()
Declaration
protected virtual void OnTextColorChanged()
UpdateBackground()
Declaration
protected virtual void UpdateBackground()