Class CalendarMonthCell.MonthCellElement
Inheritance
System.Object
CalendarMonthCell.MonthCellElement
Namespace: Com.Telerik.Widget.Calendar
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
protected class MonthCellElement : Object
Constructors
MonthCellElement(CalendarMonthCell)
Declaration
protected MonthCellElement(CalendarMonthCell __self)
Parameters
CalendarMonthCell
__self
|
MonthCellElement(IntPtr, JniHandleOwnership)
Declaration
protected MonthCellElement(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
BackgroundColor
Declaration
public int BackgroundColor { get; set; }
Property Value
System.Int32
|
Color
Declaration
public int Color { get; set; }
Property Value
System.Int32
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
TextSize
Declaration
public float TextSize { 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
|
Typeface
Declaration
public Typeface Typeface { get; set; }
Property Value
Android.Graphics.Typeface
|
X
Declaration
public int X { get; set; }
Property Value
System.Int32
|
Y
Declaration
public int Y { get; set; }
Property Value
System.Int32
|
Methods
Reset()
Declaration
public virtual void Reset()