menu

UWP

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

    Show / Hide Table of Contents

    Class ScheduleDayViewHeaderStyle

    Represents the schedule's Day view Header Style.

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

    Constructors

    ScheduleDayViewHeaderStyle()

    Declaration
    public ScheduleDayViewHeaderStyle()

    Fields

    DayViewCurrentDateBackgroundProperty

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

    DayViewCurrentDateForegroundProperty

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

    DayViewHeaderBackgroundProperty

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

    DayViewHeaderFontFamilyProperty

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

    DayViewHeaderFontWeightProperty

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

    DayViewHeaderHeightProperty

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

    DayViewHeaderTextColorProperty

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

    DayViewHeaderTextFontStyleProperty

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

    DayViewHeaderTextHorizontalAlignmentProperty

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

    DayViewHeaderTextSizeProperty

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

    DayViewHeaderTextVerticalAlignmentProperty

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

    Properties

    DayViewCurrentDateBackground

    Gets or sets the Background for Dayview header CurrentDate.

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

    DayViewCurrentDateForeground

    Gets or sets the Foreground for Dayview header CurrentDate.

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

    DayViewHeaderBackground

    Gets or sets the background for Day view header.

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

    DayViewHeaderFontFamily

    Gets or sets the FontFamily for day view header text.

    Declaration
    public FontFamily DayViewHeaderFontFamily { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.FontFamily

    DayViewHeaderFontWeight

    Gets or sets the fontweight Dayview header text.

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

    DayViewHeaderHeight

    Gets or sets the Dayview header height.

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

    DayViewHeaderTextColor

    Gets or sets the foreground for Dayview header text.

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

    DayViewHeaderTextFontStyle

    Gets or sets the fontweight Dayview header text.

    Declaration
    public FontStyle DayViewHeaderTextFontStyle { get; set; }
    Property Value
    Type
    Windows.UI.Text.FontStyle

    DayViewHeaderTextHorizontalAlignment

    Gets or sets the HorizontalAlignment for Dayview header text.

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

    DayViewHeaderTextSize

    Gets or sets the font size for Dayview header text.

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

    DayViewHeaderTextVerticalAlignment

    Gets or sets the VerticalAlignment for Dayview header text.

    Declaration
    public VerticalAlignment DayViewHeaderTextVerticalAlignment { 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