Xamarin.Android

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

    Show / Hide Table of Contents

    Class TimelineLabelSettings

    Properties to customize the appearance of the Timeline label

    Inheritance
    System.Object
    ScheduleNotificationObject
    TimelineLabelSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ScheduleNotificationObject.RaisePropertyChanged(String, Object)
    ScheduleNotificationObject.PropertyChanged
    Namespace: Com.Syncfusion.Schedule
    Assembly: Syncfusion.SfSchedule.Android.dll
    Syntax
    public class TimelineLabelSettings : ScheduleNotificationObject, INotifyPropertyChanged

    Constructors

    TimelineLabelSettings()

    Initializes a new instance of the TimelineLabelSettings class

    Declaration
    public TimelineLabelSettings()

    Properties

    DateFormat

    Gets or sets the Format of Schedule timeline view header.

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

    TimeFormat

    Gets or sets the TimeFormat View of Schedule.

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

    TimeLabelColor

    Gets or sets the TimeLabelColor View of Schedule.

    Declaration
    public int TimeLabelColor { get; set; }
    Property Value
    Type Description
    System.Int32

    TimeLabelSize

    Gets or sets the TimeLabelSize View of Schedule.

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

    Implements

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