Class CalendarCellStyle
Inheritance
System.Object
CalendarCellStyle
Namespace: Com.Telerik.Widget.Calendar
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public abstract class CalendarCellStyle : Object
Constructors
CalendarCellStyle()
Declaration
public CalendarCellStyle()
CalendarCellStyle(IntPtr, JniHandleOwnership)
Declaration
protected CalendarCellStyle(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
BackgroundColor
Declaration
public virtual Integer BackgroundColor { get; set; }
Property Value
Java.Lang.Integer
|
BorderColor
Declaration
public virtual Integer BorderColor { get; set; }
Property Value
Java.Lang.Integer
|
BorderWidth
Declaration
public virtual Float BorderWidth { get; set; }
Property Value
Java.Lang.Float
|
FontName
Declaration
public virtual string FontName { get; set; }
Property Value
System.String
|
FontStyle
Declaration
public virtual Integer FontStyle { get; set; }
Property Value
Java.Lang.Integer
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
MaxTextLenght
Declaration
public virtual Integer MaxTextLenght { get; set; }
Property Value
Java.Lang.Integer
|
TextColor
Declaration
public virtual Integer TextColor { get; set; }
Property Value
Java.Lang.Integer
|
TextSize
Declaration
public virtual Float TextSize { get; set; }
Property Value
Java.Lang.Float
|
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 virtual Typeface Typeface { get; set; }
Property Value
Android.Graphics.Typeface
|