Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ViewHeaderStyle

    Show / Hide Table of Contents

    Class ViewHeaderStyle

    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 the view (Day, Week, WorkWeek) being displayed.

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

    Constructors

    ViewHeaderStyle()

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

    Declaration
    public ViewHeaderStyle()

    Properties

    BackgroundColor

    Gets or sets the background color of view header.

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

    CurrentDateTextColor

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

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

    CurrentDayTextColor

    Gets or sets the text color for current day text in the view header.

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

    DateTextColor

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

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

    DateTextSize

    Gets or sets the DateTextSize for View Header of Schedule.

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

    DateTextStyle

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

    Declaration
    public Typeface DateTextStyle { get; set; }
    Property Value
    Type Description
    Android.Graphics.Typeface

    DayTextColor

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

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

    DayTextSize

    Gets or sets the DayTextSize for View Header of Schedule.

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

    DayTextStyle

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

    Declaration
    public Typeface DayTextStyle { get; set; }
    Property Value
    Type Description
    Android.Graphics.Typeface

    Implements

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