Class DayEventsViewStyle
Inheritance
System.Object
DayEventsViewStyle
Namespace: Com.Telerik.Widget.Calendar.Dayview
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class DayEventsViewStyle : Object
Constructors
DayEventsViewStyle(CalendarDayView)
DayEventsViewStyle(IntPtr, JniHandleOwnership)
Declaration
protected DayEventsViewStyle(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Fields
TimeRulerViewPinnedProperty
Declaration
public const string TimeRulerViewPinnedProperty = "TimeRulerViewPinned"
Field Value
System.String
|
TimeRulerViewWidthProperty
Declaration
public const string TimeRulerViewWidthProperty = "TimeRulerViewWidth"
Field Value
System.String
|
Properties
BackgroundColor
Declaration
public virtual int BackgroundColor { get; set; }
Property Value
System.Int32
|
BottomOffset
Declaration
public virtual int BottomOffset { get; set; }
Property Value
System.Int32
|
CurrentTimeIndicatorColor
Declaration
public virtual int CurrentTimeIndicatorColor { get; set; }
Property Value
System.Int32
|
CurrentTimeIndicatorRadius
Declaration
public virtual int CurrentTimeIndicatorRadius { get; set; }
Property Value
System.Int32
|
CurrentTimeIndicatorVisible
Declaration
public virtual bool CurrentTimeIndicatorVisible { get; set; }
Property Value
System.Boolean
|
CurrentTimeIndicatorWidth
Declaration
public virtual int CurrentTimeIndicatorWidth { get; set; }
Property Value
System.Int32
|
EndTime
Declaration
public virtual long EndTime { get; set; }
Property Value
System.Int64
|
EventsDetailFontSize
Declaration
public virtual int EventsDetailFontSize { get; set; }
Property Value
System.Int32
|
EventsDetailTextColor
Declaration
public virtual int EventsDetailTextColor { get; set; }
Property Value
System.Int32
|
EventsOffsetEnd
Declaration
public virtual int EventsOffsetEnd { get; set; }
Property Value
System.Int32
|
EventsOffsetStart
Declaration
public virtual int EventsOffsetStart { get; set; }
Property Value
System.Int32
|
EventsSpacing
Declaration
public virtual int EventsSpacing { get; set; }
Property Value
System.Int32
|
EventsTitleFontSize
Declaration
public virtual int EventsTitleFontSize { get; set; }
Property Value
System.Int32
|
EventsTitleTextColor
Declaration
public virtual int EventsTitleTextColor { get; set; }
Property Value
System.Int32
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
MinEventHeight
Declaration
public virtual int MinEventHeight { get; set; }
Property Value
System.Int32
|
StartTime
Declaration
public virtual long StartTime { get; set; }
Property Value
System.Int64
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
TimeLabelColor
Declaration
public virtual int TimeLabelColor { get; set; }
Property Value
System.Int32
|
TimeLabelFormat
Declaration
public virtual SimpleDateFormat TimeLabelFormat { get; set; }
Property Value
Java.Text.SimpleDateFormat
|
TimeLabelOffsetEnd
Declaration
public virtual int TimeLabelOffsetEnd { get; set; }
Property Value
System.Int32
|
TimeLabelOffsetStart
Declaration
public virtual int TimeLabelOffsetStart { get; set; }
Property Value
System.Int32
|
TimeLabelTextSize
Declaration
public virtual int TimeLabelTextSize { get; set; }
Property Value
System.Int32
|
TimeLinesColor
Declaration
public virtual int TimeLinesColor { get; set; }
Property Value
System.Int32
|
TimeLinesInterval
Declaration
public virtual long TimeLinesInterval { get; set; }
Property Value
System.Int64
|
TimeLinesOffsetEnd
Declaration
public virtual int TimeLinesOffsetEnd { get; set; }
Property Value
System.Int32
|
TimeLinesOffsetStart
Declaration
public virtual int TimeLinesOffsetStart { get; set; }
Property Value
System.Int32
|
TimeLinesSpacing
Declaration
public virtual int TimeLinesSpacing { get; set; }
Property Value
System.Int32
|
TimeLinesVisible
Declaration
public virtual bool TimeLinesVisible { get; set; }
Property Value
System.Boolean
|
TimeLinesWidth
Declaration
public virtual int TimeLinesWidth { get; set; }
Property Value
System.Int32
|
TimeRulerViewPinned
Declaration
public virtual bool TimeRulerViewPinned { get; set; }
Property Value
System.Boolean
|
TimeRulerViewWidth
Declaration
public virtual int TimeRulerViewWidth { get; set; }
Property Value
System.Int32
|
TodayBackgroundColor
Declaration
public virtual int TodayBackgroundColor { get; set; }
Property Value
System.Int32
|
TopOffset
Declaration
public virtual int TopOffset { get; set; }
Property Value
System.Int32
|