menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScheduleHeaderStyle - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScheduleHeaderStyle

    Represents the schedule's Header Style.

    Inheritance
    System.Object
    ScheduleHeaderStyle
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class ScheduleHeaderStyle : DependencyObject

    Constructors

    ScheduleHeaderStyle()

    Declaration
    public ScheduleHeaderStyle()

    Fields

    HeaderBackgroundProperty

    Declaration
    public static readonly DependencyProperty HeaderBackgroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    HeaderHeightProperty

    Declaration
    public static readonly DependencyProperty HeaderHeightProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    HeaderTextColorProperty

    Declaration
    public static readonly DependencyProperty HeaderTextColorProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    HeaderTextHorizontalAlignmentProperty

    Declaration
    public static readonly DependencyProperty HeaderTextHorizontalAlignmentProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    HeaderTextSizeProperty

    Declaration
    public static readonly DependencyProperty HeaderTextSizeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    HeaderTextStyleProperty

    Declaration
    public static readonly DependencyProperty HeaderTextStyleProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    HeaderTextVerticalAlignmentProperty

    Declaration
    public static readonly DependencyProperty HeaderTextVerticalAlignmentProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    HeaderBackground

    Gets or sets the Schedule Header Background Color.

    Declaration
    public Brush HeaderBackground { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    HeaderHeight

    Gets or sets Height for Schedule Header.

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

    HeaderTextColor

    Gets or sets Foreground for Schedule Header Text.

    Declaration
    public Brush HeaderTextColor { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    HeaderTextHorizontalAlignment

    Gets or sets HorizontalAlignment to Schedule Header Text.

    Declaration
    public HorizontalAlignment HeaderTextHorizontalAlignment { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.HorizontalAlignment

    HeaderTextSize

    Gets or sets TextSize for Schedule Header Text.

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

    HeaderTextStyle

    Gets or sets FontWeight for Schedule Header Text.

    Declaration
    public FontWeight HeaderTextStyle { get; set; }
    Property Value
    Type
    Windows.UI.Text.FontWeight

    HeaderTextVerticalAlignment

    Gets or sets VerticalAlignment to Schedule Header Text.

    Declaration
    public VerticalAlignment HeaderTextVerticalAlignment { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.VerticalAlignment

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved