Class TimeRegionSettings
TimeRegionSettings class is used to configure the properties of special time region.
Inheritance
Namespace: Syncfusion.SfSchedule.XForms
Assembly: Syncfusion.SfSchedule.XForms.dll
Syntax
public class TimeRegionSettings : Element, IThemeElement
Constructors
TimeRegionSettings()
Initializes a new instance of the TimeRegionSettings class.
Declaration
public TimeRegionSettings()
Fields
CanEditProperty
Gets or sets the CanEdit
property.
Declaration
public static readonly BindableProperty CanEditProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ColorProperty
Gets or sets the Color
property.
Declaration
public static readonly BindableProperty ColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
EndHourProperty
Gets or sets the EndHour
property.
Declaration
public static readonly BindableProperty EndHourProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
StartHourProperty
Gets or sets the StartHour
property.
Declaration
public static readonly BindableProperty StartHourProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TextColorProperty
Gets or sets the TextColor
property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TextProperty
Gets or sets the Text
property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
CanEdit
Gets or sets a value indicating whether the special time region can edit. This is a bindable property.
Declaration
public bool CanEdit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Color
Gets or sets the color for the special time region. This is a bindable property.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the Xamarin.Forms.Color value. |
EndHour
Gets or sets the end hour for the special time region. This is a bindable property.
Declaration
public double EndHour { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The end hour. |
StartHour
Gets or sets the start hour for the special time region. This is a bindable property.
Declaration
public double StartHour { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The start hour. |
Text
Gets or sets the text of the special time region. This is a bindable property.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
TextColor
Gets or sets the text Color for the special time region. This is a bindable property.
Declaration
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the Xamarin.Forms.Color value. |