Class TimeIndicatorStyle
The Time Indicator Style contains properties to customize the Time Text indicator which can be visible at the Time text slot while dragging the Appointment.
Inheritance
Namespace: Syncfusion.SfSchedule.XForms
Assembly: Syncfusion.SfSchedule.XForms.dll
Syntax
public class TimeIndicatorStyle : Element, IThemeElement
Constructors
TimeIndicatorStyle()
Initializes a new instance of the TimeIndicatorStyle class.
Declaration
public TimeIndicatorStyle()
Fields
TextColorProperty
Gets or sets Text Color property for time indicator to customize the display text color of the time indicator. This is a bindable property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TextFormatProperty
Gets or sets the Text Format for Time Indicator to customize the displaying time text format in time indicator. This is a bindable property.
Declaration
public static readonly BindableProperty TextFormatProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TextSizeProperty
Gets or sets Text Size property for Time Indicator to customize the size of displaying time indicator text. This is a bindable property.
Declaration
public static readonly BindableProperty TextSizeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
TextColor
Gets or sets Text Color property for time indicator to customize the display text color of the time indicator.
Declaration
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | The color of the text. |
TextFormat
Gets or sets the Text Format for Time Indicator to customize the displaying time text format in time indicator.
Declaration
public string TextFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text format. |
TextSize
Gets or sets Text Size property for Time Indicator to customize the size of displaying time indicator text.
Declaration
public double TextSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The size of the text. |