Xamarin.iOS

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

    Show / Hide Table of Contents

    Class WorkWeekLabelSettings

    Work week label settings to customize the appearance of the work week label

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

    Constructors

    WorkWeekLabelSettings()

    Initializes a new instance of the WorkWeekLabelSettings class

    Declaration
    public WorkWeekLabelSettings()

    Properties

    DateLabelFormat

    Gets or sets the DateLabelFormat Value for LabelSettings

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

    DateLabelSize

    Gets or sets the DateLabelSize Value for LabelSettings

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

    DayLabelFormat

    Gets or sets the DayLabelFormat Value for LabelSettings

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

    DayLabelSize

    Gets or sets the DayLabelSize Value for LabelSettings

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

    TimeLabelColor

    Gets or sets the TimeLabelColor Value for LabelSettings

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

    TimeLabelFormat

    Gets or sets the TimeLabelFormat Value for LabelSettings

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

    TimeLabelSize

    Gets or sets the TimeLabelFormat Value for LabelSettings

    Declaration
    public double TimeLabelSize { get; set; }
    Property Value
    Type Description
    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 indicate that the property has been changed

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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