Class RangeDecorator
Inherited Members
Namespace: Com.Telerik.Widget.Calendar.Decorations
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public abstract class RangeDecorator : CellDecorator
Constructors
RangeDecorator(RadCalendarView)
RangeDecorator(IntPtr, JniHandleOwnership)
Declaration
protected RangeDecorator(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
FirstDateForDecoration
Declaration
protected long FirstDateForDecoration { get; set; }
Property Value
System.Int64
|
IndicatorSize
Declaration
protected int IndicatorSize { get; set; }
Property Value
System.Int32
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
LastDateForDecoration
Declaration
protected long LastDateForDecoration { get; set; }
Property Value
System.Int64
|
ShapeBounds
Declaration
protected RectF ShapeBounds { get; set; }
Property Value
Android.Graphics.RectF
|
ShapeColor
Declaration
public virtual int ShapeColor { get; set; }
Property Value
System.Int32
|
ShapeScale
Declaration
public virtual float ShapeScale { get; set; }
Property Value
System.Single
|
ShapeSize
Declaration
protected int ShapeSize { get; set; }
Property Value
System.Int32
|
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
CloseShape(Int32, Int32)
Declaration
protected virtual void CloseShape(int right, int clipRightBorder)
Parameters
System.Int32
right
|
System.Int32
clipRightBorder
|
OpenShape(Int32, Int32, Int32, Int32)
Declaration
protected virtual void OpenShape(int left, int top, int bottom, int clipLeftBorder)
Parameters
System.Int32
left
|
System.Int32
top
|
System.Int32
bottom
|
System.Int32
clipLeftBorder
|
RenderCell(Canvas, CalendarCell)
Declaration
protected virtual void RenderCell(Canvas canvas, CalendarCell cell)
Parameters
Android.Graphics.Canvas
canvas
|
CalendarCell
cell
|
RenderIndicator(Canvas, Int32, Int32)
Declaration
protected abstract void RenderIndicator(Canvas p0, int p1, int p2)
Parameters
Android.Graphics.Canvas
p0
|
System.Int32
p1
|
System.Int32
p2
|
RenderShape(Canvas, RectF)
Declaration
protected abstract void RenderShape(Canvas p0, RectF p1)
Parameters
Android.Graphics.Canvas
p0
|
Android.Graphics.RectF
p1
|