Class TimeRegionSettings
Time region settings used to customize the time region with their properties.
Inheritance
System.Object
TimeRegionSettings
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class TimeRegionSettings : NSObject
Constructors
TimeRegionSettings()
Declaration
public TimeRegionSettings()
Properties
CanEdit
Gets or sets a value indicating whether this 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 UIColor Color { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | 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 text color of the time region hint.
Declaration
public UIColor TextColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color. |