Android.Content.Context _context;
public
MyCalendarDecorator (RadCalendarView calendarView,
float
s) :
base
(calendarView, s)
{
_context = calendarView.Context;
}
public
override
void
RenderLayer (
int
p0, Android.Graphics.Canvas p1)
{
if
(CellsForDecoration.ContainsKey (p0)) {
var cellsForLayer = CellsForDecoration.Get (p0)
as
Java.Util.AbstractList;
if
(cellsForLayer.Size() > 0) {
for
(
int
i = 0; i < cellsForLayer.Size(); i++) {
****Here I want the cell properties (width, VirtualLeft and VirtualTop)