Class WorkWeekLabelSettings
Work week label settings to customize the appearance of the work week label
Inheritance
System.Object
WorkWeekLabelSettings
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class WorkWeekLabelSettings : Object, INotifyPropertyChanged
Constructors
WorkWeekLabelSettings()
Initializes a new instance of the WorkWeekLabelSettings class
Declaration
public WorkWeekLabelSettings()
Properties
DateLabelFormat
Gets or sets the DateLabelFormat Value for LabelSettings
Declaration
public NSString DateLabelFormat { get; set; }
Property Value
Type |
---|
Foundation.NSString |
DateLabelSize
Gets or sets the DateLabelSize Value for LabelSettings
Declaration
public double DateLabelSize { get; set; }
Property Value
Type |
---|
System.Double |
DayLabelFormat
Gets or sets the DayLabelFormat Value for LabelSettings
Declaration
public NSString DayLabelFormat { get; set; }
Property Value
Type |
---|
Foundation.NSString |
DayLabelSize
Gets or sets the DayLabelSize Value for LabelSettings
Declaration
public double DayLabelSize { get; set; }
Property Value
Type |
---|
System.Double |
TimeLabelColor
Gets or sets the TimeLabelColor Value for LabelSettings
Declaration
public UIColor TimeLabelColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
TimeLabelFormat
Gets or sets the TimeLabelFormat Value for LabelSettings
Declaration
public NSString TimeLabelFormat { get; set; }
Property Value
Type |
---|
Foundation.NSString |
TimeLabelSize
Gets or sets the TimeLabelFormat Value for LabelSettings
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 indicate that the property has been changed
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged