Class SegmentDecorator
Inherited Members
Namespace: Com.Telerik.Widget.Calendar.Decorations
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class SegmentDecorator : Decorator
Constructors
SegmentDecorator(RadCalendarView)
SegmentDecorator(IntPtr, JniHandleOwnership)
Declaration
protected SegmentDecorator(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
HalfStrokeWidth
Declaration
protected int HalfStrokeWidth { get; set; }
Property Value
System.Int32
|
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
ClearDecorations()
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
|
Overrides
ToggleDecorationForCell(Int32, Int32, Int32, Int32)
Declaration
public virtual void ToggleDecorationForCell(int left, int top, int right, int bottom)
Parameters
System.Int32
left
|
System.Int32
top
|
System.Int32
right
|
System.Int32
bottom
|
ToggleDecorationForCell(Int32, Int32, Int32, Int32, Int32)
Declaration
public virtual void ToggleDecorationForCell(int left, int top, int right, int bottom, int layerId)
Parameters
System.Int32
left
|
System.Int32
top
|
System.Int32
right
|
System.Int32
bottom
|
System.Int32
layerId
|