menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class TimelineLabelSettings

    Week label settings to customize the appearance of the week label

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

    Constructors

    TimelineLabelSettings()

    Initializes a new instance of the TimelineLabelSettings class

    Declaration
    public TimelineLabelSettings()

    Properties

    DateFormat

    Gets or sets the LabelFormat Value for LabelSettings

    Declaration
    public string DateFormat { get; set; }
    Property Value
    Type
    System.String

    TimeFormat

    Gets or sets the TimeLabelFormat Value for LabelSettings

    Declaration
    public string TimeFormat { get; set; }
    Property Value
    Type
    System.String

    TimeLabelColor

    Gets or sets the TimeLabelColor Value for LabelSettings

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

    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