Class SFWeekNumberStyle
Represents a class to customize the week numbers of the year which are displayed at the left side in month view, appearance of those week numbers such as color and style of the text, background color for the label, etc., can be customized with properties available in this class.
Inheritance
Implements
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class SFWeekNumberStyle : Object, INotifyPropertyChanged
Constructors
SFWeekNumberStyle()
Initializes a new instance of the SFWeekNumberStyle class.
Declaration
public SFWeekNumberStyle()
Properties
BackgroundColor
Gets or sets the color of the background of week number which has displayed at the left side in month view of Schedule.
Declaration
public UIColor BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the background. |
TextColor
Gets or sets the color of the week number text which has displayed at the left side in month view of Schedule.
Declaration
public UIColor TextColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the text. |
TextStyle
Gets or sets the text size and style of week number which has displayed at the left side in month view of Schedule.
Declaration
public UIFont TextStyle { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIFont | The text style. |
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 week number style property changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |