Class AgendaViewStyle
Represents a class which has properties for customizing the appearance of Agenda View appointments.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.dll
Syntax
public class AgendaViewStyle : ScheduleNotificationObject, INotifyPropertyChanged
Constructors
AgendaViewStyle()
Declaration
public AgendaViewStyle()
Properties
BackgroundColor
Gets or sets the BackgroundColor.
Declaration
public int BackgroundColor { get; set; }
Property Value
Type |
---|
System.Int32 |
DateTextColor
Gets or sets the Text color for month inline view
Declaration
public Color DateTextColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
DateTextFormat
Gets or sets the date text format.
Declaration
public string DateTextFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The date text format. |
DateTextSize
Gets or sets the Text color for month inline view
Declaration
public double DateTextSize { get; set; }
Property Value
Type |
---|
System.Double |
DateTextStyle
Gets or sets the date text style.
Declaration
public Typeface DateTextStyle { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Typeface | The date text style. |
HeaderHeight
Gets or sets the Text color for month inline view
Declaration
public double HeaderHeight { get; set; }
Property Value
Type |
---|
System.Double |
ItemHeight
Gets or sets the height of appointment.
Declaration
public double ItemHeight { get; set; }
Property Value
Type |
---|
System.Double |
SubjectTextColor
Gets or sets the TextColor.
Declaration
public int SubjectTextColor { get; set; }
Property Value
Type |
---|
System.Int32 |
SubjectTextSize
Gets or sets the TextSize.
Declaration
public double SubjectTextSize { get; set; }
Property Value
Type |
---|
System.Double |
SubjectTextStyle
Gets or sets the TextStyle.
Declaration
public Typeface SubjectTextStyle { get; set; }
Property Value
Type |
---|
Android.Graphics.Typeface |
TimeTextColor
Gets or sets the TimeTextColor.
Declaration
public int TimeTextColor { get; set; }
Property Value
Type |
---|
System.Int32 |
TimeTextFormat
Gets or sets the TimeTextFormat.
Declaration
public string TimeTextFormat { get; set; }
Property Value
Type |
---|
System.String |
TimeTextSize
Gets or sets the TimeTextSize.
Declaration
public double TimeTextSize { get; set; }
Property Value
Type |
---|
System.Double |
TimeTextStyle
Gets or sets the TextStyle.
Declaration
public Typeface TimeTextStyle { get; set; }
Property Value
Type |
---|
Android.Graphics.Typeface |
Implements
System.ComponentModel.INotifyPropertyChanged