Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFViewHeaderStyle

    Represents a class which has properties for customizing the appearance of view header, which is displayed at the top of Schedule immediately after the header. View header is a panel used to display day or date of view (Day, Week, WorkWeek) being displayed.

    Inheritance
    System.Object
    SFViewHeaderStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.SfSchedule.iOS
    Assembly: Syncfusion.SfSchedule.iOS.dll
    Syntax
    public class SFViewHeaderStyle : Object, INotifyPropertyChanged

    Constructors

    SFViewHeaderStyle()

    Initializes a new instance of the SFViewHeaderStyle class. Sets default value for properties.

    Declaration
    public SFViewHeaderStyle()

    Properties

    BackgroundColor

    Gets or sets the background color of view header.

    Declaration
    public UIColor BackgroundColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    CurrentDateTextColor

    Gets or sets the text color of Current date text in the view header.

    Declaration
    public UIColor CurrentDateTextColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    CurrentDayTextColor

    Gets or sets the text color of Current day text in the view header.

    Declaration
    public UIColor CurrentDayTextColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    DateTextColor

    Gets or sets the text color for date text in the view header.

    Declaration
    public UIColor DateTextColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    DateTextStyle

    Gets or sets the font representation for date text in the view header.

    Declaration
    public UIFont DateTextStyle { get; set; }
    Property Value
    Type Description
    UIKit.UIFont

    DayTextColor

    Gets or sets the text color of day text in the view header.

    Declaration
    public UIColor DayTextColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    DayTextStyle

    Gets or sets the font representation for day text in the view header.

    Declaration
    public UIFont DayTextStyle { get; set; }
    Property Value
    Type Description
    UIKit.UIFont

    Methods

    OnPropertyChanged(String)

    Provides the data for the property changed event.

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

    Property name.

    Events

    PropertyChanged

    Event handler which is raised when a property is 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 - 2021 Syncfusion Inc. All Rights Reserved