menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    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
    System.Object
    SFWeekNumberStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    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

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved