menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFCellStyle - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SFCellStyle

    Represents a class which has properties for customizing the appearance of month cells through event for month cell,
    each cell displays the date of the specified month.

    Inheritance
    System.Object
    SFCellStyle
    Namespace: Syncfusion.SfSchedule.iOS
    Assembly: Syncfusion.SfSchedule.iOS.dll
    Syntax
    public class SFCellStyle : Object

    Constructors

    SFCellStyle()

    Initializes a new instance of the SFCellStyle class.

    Declaration
    public SFCellStyle()

    Properties

    BackgroundColor

    Gets or sets the background color of month cell.

    Declaration
    public UIColor BackgroundColor { get; set; }
    Property Value
    Type
    UIKit.UIColor

    TextColor

    Gets or sets the color for text in the month cell.

    Declaration
    public UIColor TextColor { get; set; }
    Property Value
    Type
    UIKit.UIColor

    TextStyle

    Gets or sets the font representation for text in the month cell.

    Declaration
    public UIFont TextStyle { get; set; }
    Property Value
    Type
    UIKit.UIFont
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved