Class AgendaMonthItemStyle
Inheritance
System.Object
AgendaMonthItemStyle
Namespace: Com.Telerik.Widget.Calendar.Agendaview.Styles
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class AgendaMonthItemStyle : Object
Constructors
AgendaMonthItemStyle()
Declaration
public AgendaMonthItemStyle()
AgendaMonthItemStyle(IntPtr, JniHandleOwnership)
Declaration
protected AgendaMonthItemStyle(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
|
MonthItemDateFormat
Declaration
public virtual string MonthItemDateFormat { get; set; }
Property Value
System.String
|
MonthItemFontSize
Declaration
public virtual int MonthItemFontSize { get; set; }
Property Value
System.Int32
|
MonthItemFontTypeFace
Declaration
public virtual Typeface MonthItemFontTypeFace { get; set; }
Property Value
Android.Graphics.Typeface
|
MonthItemGravity
Declaration
public virtual int MonthItemGravity { get; set; }
Property Value
System.Int32
|
MonthItemMarginBottom
Declaration
public virtual int MonthItemMarginBottom { get; set; }
Property Value
System.Int32
|
MonthItemMarginLeft
Declaration
public virtual int MonthItemMarginLeft { get; set; }
Property Value
System.Int32
|
MonthItemMarginRight
Declaration
public virtual int MonthItemMarginRight { get; set; }
Property Value
System.Int32
|
MonthItemMarginTop
Declaration
public virtual int MonthItemMarginTop { get; set; }
Property Value
System.Int32
|
MonthItemTextColor
Declaration
public virtual int MonthItemTextColor { get; set; }
Property Value
System.Int32
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|