menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeaderStyle - API Reference

    Show / Hide Table of Contents

    Class HeaderStyle

    Represents a class which has properties for customizing the appearance of header, which is displayed at the top of Schedule. Header is a panel used to display month and year of the view being displayed.

    Inheritance
    System.Object
    HeaderStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Com.Syncfusion.Schedule
    Assembly: Syncfusion.SfSchedule.Android.dll
    Syntax
    public class HeaderStyle : Object, INotifyPropertyChanged

    Constructors

    HeaderStyle()

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

    Declaration
    public HeaderStyle()

    Properties

    BackgroundColor

    Gets or sets the background color of header.

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

    TextColor

    Gets or sets the color for text in the header.

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

    TextSize

    Gets or sets the size value for the text in the header.

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

    TextStyle

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

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

    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 - 2023 Syncfusion Inc. All Rights Reserved