Class TimelineLabelSettings
Properties to customize the appearance of the Timeline label
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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 |
---|
System.String |
TimeFormat
Gets or sets the TimeFormat View of Schedule.
Declaration
public string TimeFormat { get; set; }
Property Value
Type |
---|
System.String |
TimeLabelColor
Gets or sets the TimeLabelColor View of Schedule.
Declaration
public int TimeLabelColor { get; set; }
Property Value
Type |
---|
System.Int32 |
TimeLabelSize
Gets or sets the TimeLabelSize View of Schedule.
Declaration
public double TimeLabelSize { get; set; }
Property Value
Type |
---|
System.Double |
Implements
System.ComponentModel.INotifyPropertyChanged