Class CalendarTextElement
Inherited Members
Namespace: Com.Telerik.Widget.Calendar
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class CalendarTextElement : CalendarElement
Constructors
CalendarTextElement(RadCalendarView)
CalendarTextElement(IntPtr, JniHandleOwnership)
Declaration
protected CalendarTextElement(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
Text
Declaration
public virtual string Text { get; set; }
Property Value
System.String
|
TextColor
Declaration
public virtual int TextColor { get; set; }
Property Value
System.Int32
|
TextColorDisabled
Declaration
public virtual int TextColorDisabled { get; set; }
Property Value
System.Int32
|
TextColorEnabled
Declaration
public virtual int TextColorEnabled { get; set; }
Property Value
System.Int32
|
TextPaint
Declaration
public virtual Paint TextPaint { get; set; }
Property Value
Android.Graphics.Paint
|
TextPosition
Declaration
public virtual int TextPosition { get; set; }
Property Value
System.Int32
|
TextSize
Declaration
public virtual float TextSize { get; set; }
Property Value
System.Single
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
Typeface
Declaration
public virtual Typeface Typeface { get; set; }
Property Value
Android.Graphics.Typeface
|
Methods
CalculateTextPosition()
Declaration
protected virtual void CalculateTextPosition()
SetTextColor(Int32, Int32)
Declaration
public virtual void SetTextColor(int colorEnabled, int colorDisabled)
Parameters
System.Int32
colorEnabled
|
System.Int32
colorDisabled
|
TextPositionX()
Declaration
public virtual int TextPositionX()
Returns
System.Int32
|
TextPositionY()
Declaration
public virtual int TextPositionY()
Returns
System.Int32
|
UpdateTextColor()
Declaration
protected virtual void UpdateTextColor()
UpdateTypeFace()
Declaration
protected virtual void UpdateTypeFace()