Class WeekNumberStyle
Represents a class which contains properties for customizing the week number of the year appearance such as text color, style and background color in month view of schedule, week numbers (1-52) are displayed at the left of each row of days.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.dll
Syntax
public class WeekNumberStyle : ScheduleNotificationObject, INotifyPropertyChanged
Constructors
WeekNumberStyle()
Initializes a new instance of the WeekNumberStyle class.
Declaration
public WeekNumberStyle()
Properties
BackgroundColor
Gets or sets the color value for the background of week number cell.
Declaration
public int BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Default color value is "#FAFAFA". |
TextColor
Gets or sets the color value for week number text.
Declaration
public int TextColor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Default color is "DarkGray". |
TextSize
Gets or sets the value for size of week number text.
Declaration
public float TextSize { get; set; }
Property Value
Type | Description |
---|---|
System.Single | Default value is 12. |
TextStyle
Gets or sets the value for font representation of week number text.
Declaration
public Typeface TextStyle { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Typeface | Default value is "Typeface.Default". |
Implements
System.ComponentModel.INotifyPropertyChanged