Class SFViewHeaderStyle
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 view (Day, Week, WorkWeek) being displayed.
Inheritance
Implements
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class SFViewHeaderStyle : Object, INotifyPropertyChanged
Constructors
SFViewHeaderStyle()
Initializes a new instance of the SFViewHeaderStyle class. Sets default value for properties.
Declaration
public SFViewHeaderStyle()
Properties
BackgroundColor
Gets or sets the background color of view header.
Declaration
public UIColor BackgroundColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
CurrentDateTextColor
Gets or sets the text color of Current date text in the view header.
Declaration
public UIColor CurrentDateTextColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
CurrentDayTextColor
Gets or sets the text color of Current day text in the view header.
Declaration
public UIColor CurrentDayTextColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
DateTextColor
Gets or sets the text color for date text in the view header.
Declaration
public UIColor DateTextColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
DateTextStyle
Gets or sets the font representation for date text in the view header.
Declaration
public UIFont DateTextStyle { get; set; }
Property Value
Type |
---|
UIKit.UIFont |
DayTextColor
Gets or sets the text color of day text in the view header.
Declaration
public UIColor DayTextColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
DayTextStyle
Gets or sets the font representation for day text in the view header.
Declaration
public UIFont DayTextStyle { get; set; }
Property Value
Type |
---|
UIKit.UIFont |
Methods
OnPropertyChanged(String)
Provides the data for the property changed event.
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | Property name. |
Events
PropertyChanged
Event handler which is raised when a property is changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |