Class TimeIndicatorStyle
Provides support to customize the Time Text indicator which can be visible at the Time text slot while dragging the Appointment
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.dll
Syntax
public class TimeIndicatorStyle : ScheduleNotificationObject, INotifyPropertyChanged
Constructors
TimeIndicatorStyle()
Initializes a new instance of the TimeIndicatorStyle class.
Declaration
public TimeIndicatorStyle()
Properties
TextColor
Gets or sets the color of the text.
Declaration
public int TextColor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The color of the text. |
TextFormat
Gets or sets the time text format.
Declaration
public string TextFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text format. |
TextSize
Gets or sets the size of the text.
Declaration
public double TextSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The size of the text. |
Implements
System.ComponentModel.INotifyPropertyChanged