Class CellStyle
The Cell Style class contains properties to customize the appearance of the displaying month cell in month view.
Inheritance
Namespace: Syncfusion.SfSchedule.XForms
Assembly: Syncfusion.SfSchedule.XForms.dll
Syntax
public class CellStyle : BindableObject
Constructors
CellStyle()
Initializes a new instance of the CellStyle class.
Declaration
public CellStyle()
Fields
BackgroundColorProperty
Gets or sets the BackgroundColor for Month cell. This is a bindable property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
FontAttributesProperty
Gets or sets the Font Attributes for Cell Style to customize font attribute for the text in the month cell UI view.This is bindable property.
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
FontFamilyProperty
Gets or sets the font family property for cell style to customize the appearance of displaying font in month cell.This is a bindable property.
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
FontSizeProperty
Gets or sets the Font Size property for Cell Style to customize the displaying text's font size month cell. This is a bindable property.
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TextColorProperty
Gets or sets the TextColor for Month cell Date Text. This is a bindable property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
BackgroundColor
Gets or sets the BackgroundColor for Month cell. This is a bindable property.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the Xamarin.Forms.Color value. |
FontAttributes
Gets or sets the Font Attributes for Cell Style to customize font attribute for the text in the month cell UI view.
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.FontAttributes | The font attributes of the text. |
FontFamily
Gets or sets the font family property for cell style to customize the appearance of displaying font in month cell.
Declaration
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String | The font family of the text. |
FontSize
Gets or sets the Font Size property for Cell Style to customize the displaying text's font size month cell.
Declaration
public double FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The font size of the text. |
TextColor
Gets or sets the TextColor for Month cell Date Text. This is a bindable property.
Declaration
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the Xamarin.Forms.Color value. |