Class ViewHeaderStyle
Represents a class which has properties for customizing the appearance
of view header, which is displayed at the top of Schedule immediately
after the header.View header is a panel used to display day or date
of the view (Day, Week, WorkWeek) being displayed.
Implements
Inherited Members
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.dll
Syntax
public class ViewHeaderStyle : ScheduleNotificationObject, INotifyPropertyChanged
Constructors
ViewHeaderStyle()
Initializes a new instance of the ViewHeaderStyle class. Sets default value for properties.
Declaration
public ViewHeaderStyle()
Properties
BackgroundColor
Gets or sets the background color of view header.
Declaration
public int BackgroundColor { get; set; }
Property Value
Type |
---|
System.Int32 |
CurrentDateTextColor
Gets or sets the text color for current date text in the view header.
Declaration
public int CurrentDateTextColor { get; set; }
Property Value
Type |
---|
System.Int32 |
CurrentDayTextColor
Gets or sets the text color for current day text in the view header.
Declaration
public int CurrentDayTextColor { get; set; }
Property Value
Type |
---|
System.Int32 |
DateTextColor
Gets or sets the text color for date text in the view header.
Declaration
public int DateTextColor { get; set; }
Property Value
Type |
---|
System.Int32 |
DateTextSize
Gets or sets the DateTextSize for View Header of Schedule.
Declaration
public double DateTextSize { get; set; }
Property Value
Type |
---|
System.Double |
DateTextStyle
Gets or sets the font representation for date text in the view header.
Declaration
public Typeface DateTextStyle { get; set; }
Property Value
Type |
---|
Android.Graphics.Typeface |
DayTextColor
Gets or sets the text color for day text in the view header.
Declaration
public int DayTextColor { get; set; }
Property Value
Type |
---|
System.Int32 |
DayTextSize
Gets or sets the DayTextSize for View Header of Schedule.
Declaration
public double DayTextSize { get; set; }
Property Value
Type |
---|
System.Double |
DayTextStyle
Gets or sets the font representation for day text in the view header.
Declaration
public Typeface DayTextStyle { get; set; }
Property Value
Type |
---|
Android.Graphics.Typeface |