Class TimelineLabelSettings
The Timeline Label Settings class contains properties to customize and configure the labels in timeline view.
Inheritance
Namespace: Syncfusion.SfSchedule.XForms
Assembly: Syncfusion.SfSchedule.XForms.dll
Syntax
public class TimelineLabelSettings : Element, IThemeElement
Constructors
TimelineLabelSettings()
Initializes a new instance of the TimelineLabelSettings class.
Declaration
public TimelineLabelSettings()
Fields
DateFormatProperty
Gets or sets the date format property for time line label settings to customize the date format in view header of time line view. This is a bindable property.
Declaration
public static readonly BindableProperty DateFormatProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TimeFormatProperty
Gets or sets the time format property for time line label settings to customize the time format for time label in time line view. This is a bindable property.
Declaration
public static readonly BindableProperty TimeFormatProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TimeLabelColorProperty
Gets or sets the time label color property for time line label settings to customize the color for time label in time line view. 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 time label size property for time line label settings to customize the size of the time label in time line view. This is a bindable property.
Declaration
public static readonly BindableProperty TimeLabelSizeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
DateFormat
Gets or sets the date format property for time line label settings to customize the date format in view header of time line view.
Declaration
public string DateFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | This property takes the System.String value. |
TimeFormat
Gets or sets the time format property for time line label settings to customize the time format for time label in time line view.
Declaration
public string TimeFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | This property takes the System.String value. |
TimeLabelColor
Gets or sets the time label color property for time line label settings to customize the default color for time label in time line view.
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 time label size property for time line label settings to customize the size of the time label in time line view.
Declaration
public double TimeLabelSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double | This property takes the System.Double value. |