Class AgendaDayItemStyle
Inheritance
System.Object
AgendaDayItemStyle
Namespace: Com.Telerik.Widget.Calendar.Agendaview.Styles
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class AgendaDayItemStyle : Object
Constructors
AgendaDayItemStyle()
Declaration
public AgendaDayItemStyle()
AgendaDayItemStyle(IntPtr, JniHandleOwnership)
Declaration
protected AgendaDayItemStyle(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
DayItemFontSize
Declaration
public virtual int DayItemFontSize { get; set; }
Property Value
System.Int32
|
DayItemFontTypeFace
Declaration
public virtual Typeface DayItemFontTypeFace { get; set; }
Property Value
Android.Graphics.Typeface
|
DayItemFormat
Declaration
public virtual string DayItemFormat { get; set; }
Property Value
System.String
|
DayItemGravity
Declaration
public virtual int DayItemGravity { get; set; }
Property Value
System.Int32
|
DayItemMarginBottom
Declaration
public virtual int DayItemMarginBottom { get; set; }
Property Value
System.Int32
|
DayItemMarginLeft
Declaration
public virtual int DayItemMarginLeft { get; set; }
Property Value
System.Int32
|
DayItemMarginRight
Declaration
public virtual int DayItemMarginRight { get; set; }
Property Value
System.Int32
|
DayItemMarginTop
Declaration
public virtual int DayItemMarginTop { get; set; }
Property Value
System.Int32
|
DayItemTextColor
Declaration
public virtual int DayItemTextColor { get; set; }
Property Value
System.Int32
|
DayItemTodayTextColor
Declaration
public virtual int DayItemTodayTextColor { get; set; }
Property Value
System.Int32
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|