Class HeaderStyle
Represents a class which has properties for customizing the appearance of header, which is displayed at the top of Schedule. Header is a panel used to display month and year of the view being displayed.
Inheritance
System.Object
HeaderStyle
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class HeaderStyle : Object, INotifyPropertyChanged
Constructors
HeaderStyle()
Initializes a new instance of the HeaderStyle class. Sets default value for properties.
Declaration
public HeaderStyle()
Properties
BackgroundColor
Gets or sets the background color of header.
Declaration
public UIColor BackgroundColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
TextColor
Gets or sets the color for text in the header.
Declaration
public UIColor TextColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
TextPosition
Gets or sets the position for the text in the header.
Declaration
public UITextAlignment TextPosition { get; set; }
Property Value
Type |
---|
UIKit.UITextAlignment |
TextStyle
Gets or sets the font representation for text in the header.
Declaration
public UIFont TextStyle { 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 |
Implements
System.ComponentModel.INotifyPropertyChanged