Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TimeRegionSettings - Xamarin.Android 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
    ScheduleNotificationObject
    TimeRegionSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ScheduleNotificationObject.RaisePropertyChanged(String, Object)
    ScheduleNotificationObject.PropertyChanged
    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

    true if can edit; otherwise, false.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved