Class CellDecorationsLayer
Inherited Members
Namespace: Com.Telerik.Widget.Calendar
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class CellDecorationsLayer : SegmentDecorator
Constructors
CellDecorationsLayer(RadCalendarView)
CellDecorationsLayer(IntPtr, JniHandleOwnership)
Declaration
protected CellDecorationsLayer(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
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
AddDecorationForCell(CalendarCell)
Declaration
public virtual void AddDecorationForCell(CalendarCell cell)
Parameters
CalendarCell
cell
|
AddDecorationForCell(Int32, CalendarCell)
Declaration
public virtual void AddDecorationForCell(int layerId, CalendarCell cell)
Parameters
System.Int32
layerId
|
CalendarCell
cell
|
AddDecorationForCell(Int32, Int32, Int32, Int32)
Declaration
public virtual void AddDecorationForCell(int left, int top, int right, int bottom)
Parameters
System.Int32
left
|
System.Int32
top
|
System.Int32
right
|
System.Int32
bottom
|
AddDecorationForCell(Int32, Int32, Int32, Int32, Int32)
Declaration
public virtual void AddDecorationForCell(int layerId, int left, int top, int right, int bottom)
Parameters
System.Int32
layerId
|
System.Int32
left
|
System.Int32
top
|
System.Int32
right
|
System.Int32
bottom
|
RemoveDecorationForCell(Int32, Int32, Int32, Int32, Int32)
Declaration
public virtual void RemoveDecorationForCell(int layerId, int left, int top, int right, int bottom)
Parameters
System.Int32
layerId
|
System.Int32
left
|
System.Int32
top
|
System.Int32
right
|
System.Int32
bottom
|