Class Decorator
Inheritance
System.Object
Decorator
Namespace: Com.Telerik.Widget.Calendar.Decorations
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public abstract class Decorator : Object
Constructors
Decorator(RadCalendarView)
Decorator(IntPtr, JniHandleOwnership)
Declaration
protected Decorator(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
Color
Declaration
public virtual int Color { get; set; }
Property Value
System.Int32
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Owner
Paint
Declaration
protected Paint Paint { get; set; }
Property Value
Android.Graphics.Paint
|
StrokeWidth
Declaration
public virtual float StrokeWidth { get; set; }
Property Value
System.Single
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
ClearDecorations()
Declaration
public abstract void ClearDecorations()
Render(Canvas)
Declaration
public virtual void Render(Canvas canvas)
Parameters
Android.Graphics.Canvas
canvas
|
RenderLayer(Int32, Canvas)
Declaration
public abstract void RenderLayer(int p0, Canvas p1)
Parameters
System.Int32
p0
|
Android.Graphics.Canvas
p1
|
ToggleDecorationForCell(CalendarCell)
Declaration
public virtual void ToggleDecorationForCell(CalendarCell cell)
Parameters
CalendarCell
cell
|
ToggleDecorationForCell(CalendarCell, Int32)
Declaration
public abstract void ToggleDecorationForCell(CalendarCell p0, int p1)
Parameters
CalendarCell
p0
|
System.Int32
p1
|