menu

UWP

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

    Show / Hide Table of Contents

    Class ScheduleWeekViewHeaderStyle

    Represents the schedule's Week view Header Style.

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

    Constructors

    ScheduleWeekViewHeaderStyle()

    Declaration
    public ScheduleWeekViewHeaderStyle()

    Fields

    WeekViewCurrentDateBackgroundProperty

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

    WeekViewCurrentDateForegroundProperty

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

    WeekViewCurrentDateHeightProperty

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

    WeekViewHeaderBackgroundProperty

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

    WeekViewHeaderFontFamilyProperty

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

    WeekViewHeaderFontWeightProperty

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

    WeekViewHeaderHeightProperty

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

    WeekViewHeaderTextColorProperty

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

    WeekViewHeaderTextFontStyleProperty

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

    WeekViewHeaderTextHorizontalAlignmentProperty

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

    WeekViewHeaderTextSizeProperty

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

    WeekViewHeaderTextVerticalAlignmentProperty

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

    Properties

    WeekViewCurrentDateBackground

    Gets or sets the Background for Weekview header CurrentDate.

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

    WeekViewCurrentDateForeground

    Gets or sets the Foreground for Weekview header CurrentDate.

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

    WeekViewCurrentDateHeight

    Gets or sets the Background for WeekView CurrentDate Height.

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

    WeekViewHeaderBackground

    Gets or sets the background for Week view header.

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

    WeekViewHeaderFontFamily

    Gets or sets the FontFamily for Week view header text.

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

    WeekViewHeaderFontWeight

    Gets or sets the fontweight Weekview header text.

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

    WeekViewHeaderHeight

    Gets or sets the Weekview header height.

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

    WeekViewHeaderTextColor

    Gets or sets the foreground for Weekview header text.

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

    WeekViewHeaderTextFontStyle

    Gets or sets the fontweight Weekview header text.

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

    WeekViewHeaderTextHorizontalAlignment

    Gets or sets the HorizontalAlignment for Weekview header text.

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

    WeekViewHeaderTextSize

    Gets or sets the font size for Weekview header text.

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

    WeekViewHeaderTextVerticalAlignment

    Gets or sets the VerticalAlignment for Weekview header text.

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