menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class WeekLabelSettings

    Week label settings to customize the appearance of the week label

    Inheritance
    System.Object
    WeekLabelSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.SfSchedule.iOS
    Assembly: Syncfusion.SfSchedule.iOS.dll
    Syntax
    public class WeekLabelSettings : Object, INotifyPropertyChanged

    Constructors

    WeekLabelSettings()

    Initializes a new instance of the WeekLabelSettings class

    Declaration
    public WeekLabelSettings()

    Properties

    DateLabelFormat

    Gets or sets the DateLabelFormat Value for LabelSettings

    Declaration
    public NSString DateLabelFormat { get; set; }
    Property Value
    Type
    Foundation.NSString

    DateLabelSize

    Gets or sets the DateLabelSize Value for LabelSettings

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

    DayLabelFormat

    Gets or sets the DayLabelFormat Value for LabelSettings

    Declaration
    public NSString DayLabelFormat { get; set; }
    Property Value
    Type
    Foundation.NSString

    DayLabelSize

    Gets or sets the DayLabelSize Value for LabelSettings

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

    TimeLabelColor

    Gets or sets the TimeLabelColor Value for LabelSettings

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

    TimeLabelFormat

    Gets or sets the TimeLabelFormat Value for LabelSettings

    Declaration
    public NSString TimeLabelFormat { get; set; }
    Property Value
    Type
    Foundation.NSString

    TimeLabelSize

    Gets or sets the Time label size for week label settings

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

    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

    Property changed event to indicated that the property has been 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