menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class WorkWeekLabelSettings

    WorkWeekLabelSettings class is used to configure the properties of Labels for WorkWeekView.

    Inheritance
    System.Object
    WorkWeekLabelSettings
    Namespace: Syncfusion.SfSchedule.XForms
    Assembly: Syncfusion.SfSchedule.XForms.dll
    Syntax
    public class WorkWeekLabelSettings : Element, IThemeElement

    Constructors

    WorkWeekLabelSettings()

    Initializes a new instance of the WorkWeekLabelSettings class.

    Declaration
    public WorkWeekLabelSettings()

    Fields

    DateFormatProperty

    Gets or sets the DateFormat property.

    Declaration
    public static readonly BindableProperty DateFormatProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    DayFormatProperty

    Gets or sets the DayFormat property.

    Declaration
    public static readonly BindableProperty DayFormatProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    TimeFormatProperty

    Gets or sets the TimeFormat property.

    Declaration
    public static readonly BindableProperty TimeFormatProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    TimeLabelColorProperty

    Gets or sets the TimeLabelColor. This is a bindable property.

    Declaration
    public static readonly BindableProperty TimeLabelColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    TimeLabelFontAttributesProperty

    Gets or sets the font attributes for time label.This is bindable property.

    Declaration
    public static readonly BindableProperty TimeLabelFontAttributesProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    TimeLabelFontFamilyProperty

    Gets or sets the font family for the TimeLabel.This is bindable property.

    Declaration
    public static readonly BindableProperty TimeLabelFontFamilyProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    TimeLabelSizeProperty

    Gets or sets the TimeLabelSize property.

    Declaration
    public static readonly BindableProperty TimeLabelSizeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    DateFormat

    Gets or sets the DateFormat property to define the format for date in the Schedule. This is a bindable property.

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

    This property takes the System.String value.

    DayFormat

    Gets or sets the DayFormat property to define the format for day in the Schedule. This is a bindable property.

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

    This property takes the System.String value.

    TimeFormat

    Gets or sets the TimeFormat property to define the format for time in the Schedule. This is a bindable property.

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

    This property takes the System.String value.

    TimeLabelColor

    Gets or sets the TimeLabelColor. This is a bindable property.

    Declaration
    public Color TimeLabelColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    This property takes the Xamarin.Forms.Color value.

    TimeLabelFontAttributes

    Gets or sets font attributes for the TimeLabel.

    Declaration
    public FontAttributes TimeLabelFontAttributes { get; set; }
    Property Value
    Type
    Xamarin.Forms.FontAttributes

    TimeLabelFontFamily

    Gets or sets the font family for the TimeLabel.

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

    TimeLabelSize

    Gets or sets the TimeLabelSize property to define the size for TimeLabel in the Schedule. This is a bindable property.

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

    This property takes the System.Double value.

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