Xamarin.iOS

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

    Show / Hide Table of Contents

    Class TimeIndicatorStyle

    Time indicator style.

    Inheritance
    System.Object
    TimeIndicatorStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.SfSchedule.iOS
    Assembly: Syncfusion.SfSchedule.iOS.dll
    Syntax
    public class TimeIndicatorStyle : Object, 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 UIColor TextColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the text.

    TextFormat

    Gets or sets the text format.

    Declaration
    public NSString TextFormat { get; set; }
    Property Value
    Type Description
    Foundation.NSString

    The text format.

    TextSize

    Gets or sets the size of the time label.

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

    The size of the time label.

    Methods

    OnPropertyChanged(String)

    Invokes the property changed event

    Declaration
    protected virtual void OnPropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    Property name

    Events

    PropertyChanged

    Occurs when property changed.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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