Class CellDecorator
Inherited Members
Namespace: Com.Telerik.Widget.Calendar.Decorations
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public abstract class CellDecorator : Decorator
Constructors
CellDecorator(RadCalendarView)
CellDecorator(IntPtr, JniHandleOwnership)
Declaration
protected CellDecorator(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
CellsForDecoration
Declaration
protected Hashtable CellsForDecoration { get; set; }
Property Value
Java.Util.Hashtable
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
Scale
Declaration
public virtual float Scale { get; set; }
Property Value
System.Single
|
Stroked
Declaration
public virtual bool Stroked { get; set; }
Property Value
System.Boolean
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
Methods
ClearDecorations()
RenderDecorationForCell(Canvas, CalendarCell)
Declaration
protected virtual void RenderDecorationForCell(Canvas canvas, CalendarCell cell)
Parameters
Android.Graphics.Canvas
canvas
|
CalendarCell
cell
|
RenderLayer(Int32, Canvas)
Declaration
public override void RenderLayer(int layerId, Canvas canvas)
Parameters
System.Int32
layerId
|
Android.Graphics.Canvas
canvas
|
Overrides
ToggleDecorationForCell(CalendarCell, Int32)
Declaration
public override void ToggleDecorationForCell(CalendarCell cell, int layerId)
Parameters
CalendarCell
cell
|
System.Int32
layerId
|