Class TimelineLabelSettings
Week label settings to customize the appearance of the week label
Inheritance
System.Object
TimelineLabelSettings
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class TimelineLabelSettings : Object, INotifyPropertyChanged
Constructors
TimelineLabelSettings()
Initializes a new instance of the TimelineLabelSettings class
Declaration
public TimelineLabelSettings()
Properties
DateFormat
Gets or sets the LabelFormat Value for LabelSettings
Declaration
public string DateFormat { get; set; }
Property Value
Type |
---|
System.String |
TimeFormat
Gets or sets the TimeLabelFormat Value for LabelSettings
Declaration
public string TimeFormat { get; set; }
Property Value
Type |
---|
System.String |
TimeLabelColor
Gets or sets the TimeLabelColor Value for LabelSettings
Declaration
public UIColor TimeLabelColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
TimeLabelSize
Gets or sets the Time label size for week label settings
Declaration
public double TimeLabelSize { get; set; }
Property Value
Type |
---|
System.Double |
Methods
OnPropertyChanged(String)
Invokes the property changed event
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | Property name |
Events
PropertyChanged
Property changed event to indicated that the property has been changed
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged