Class TimeRegionSettings
Time region settings used to customize the time region with their properties.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.dll
Syntax
public class TimeRegionSettings : ScheduleNotificationObject, INotifyPropertyChanged
Constructors
TimeRegionSettings()
Declaration
public TimeRegionSettings()
Properties
CanEdit
Gets or sets a value indicating whether this Syncfusion.SfSchedule.iOS.TimeRegionSettings can edit and it used to decide the touch interaction.
Declaration
public bool CanEdit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Color
Gets or sets the color of the time region background.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color. |
EndHour
Gets or sets the end hour for the time region.
Declaration
public double EndHour { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The end hour. |
StartHour
Gets or sets the start hour for the time region.
Declaration
public double StartHour { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The start hour. |
Text
Gets or sets the hint for the time region.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
TextColor
Gets or sets the color of the time region background.
Declaration
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color. |
Implements
System.ComponentModel.INotifyPropertyChanged