menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class TimeIndicatorStyle

    Provides support to customize the Time Text indicator which can be visible at the Time text slot while dragging the Appointment

    Inheritance
    System.Object
    ScheduleNotificationObject
    TimeIndicatorStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ScheduleNotificationObject.PropertyChanged
    ScheduleNotificationObject.RaisePropertyChanged(String, Object)
    Namespace: Com.Syncfusion.Schedule
    Assembly: Syncfusion.SfSchedule.Android.dll
    Syntax
    public class TimeIndicatorStyle : ScheduleNotificationObject, INotifyPropertyChanged

    Constructors

    TimeIndicatorStyle()

    Initializes a new instance of the TimeIndicatorStyle class.

    Declaration
    public TimeIndicatorStyle()

    Properties

    TextColor

    Gets or sets the color of the text.

    Declaration
    public int TextColor { get; set; }
    Property Value
    Type Description
    System.Int32

    The color of the text.

    TextFormat

    Gets or sets the time text format.

    Declaration
    public string TextFormat { get; set; }
    Property Value
    Type Description
    System.String

    The text format.

    TextSize

    Gets or sets the size of the text.

    Declaration
    public double TextSize { get; set; }
    Property Value
    Type Description
    System.Double

    The size of the text.

    Implements

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