menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TimeRegionSettings - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    true if can edit; otherwise, false.

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved