Class TimeIndicatorStyle
Time indicator style.
Inheritance
System.Object
TimeIndicatorStyle
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class TimeIndicatorStyle : Object, INotifyPropertyChanged
Constructors
TimeIndicatorStyle()
Initializes a new instance of the TimeIndicatorStyle class.
Declaration
public TimeIndicatorStyle()
Properties
TextColor
Gets or sets the color of the text.
Declaration
public UIColor TextColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the text. |
TextFormat
Gets or sets the text format.
Declaration
public NSString TextFormat { get; set; }
Property Value
Type | Description |
---|---|
Foundation.NSString | The text format. |
TextSize
Gets or sets the size of the time label.
Declaration
public double TextSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The size of the time label. |
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
Occurs when property changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged