menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class CellStyle

    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
    CellStyle
    Namespace: Com.Syncfusion.Schedule
    Assembly: Syncfusion.SfSchedule.Android.dll
    Syntax
    public class CellStyle : Object

    Constructors

    CellStyle()

    Initializes a new instance of the CellStyle class. Sets default value for properties.

    Declaration
    public CellStyle()

    Properties

    BackgroundColor

    Gets or sets the background color of month cell.

    Declaration
    public int BackgroundColor { get; set; }
    Property Value
    Type
    System.Int32

    TextColor

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

    Declaration
    public int TextColor { get; set; }
    Property Value
    Type
    System.Int32

    TextSize

    Gets or sets the size value for the text in the month cell.

    Declaration
    public double TextSize { get; set; }
    Property Value
    Type
    System.Double

    TextStyle

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

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