menu

UWP

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

    Show / Hide Table of Contents

    Class ScheduleTimeLineViewHeaderStyle

    Represents the schedule's TimeLine view Heade Style.

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

    Constructors

    ScheduleTimeLineViewHeaderStyle()

    Declaration
    public ScheduleTimeLineViewHeaderStyle()

    Fields

    TimeLineViewCurrentDateBackgroundProperty

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

    TimeLineViewCurrentDateForegroundProperty

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

    TimeLineViewHeaderBackgroundProperty

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

    TimeLineViewHeaderFontFamilyProperty

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

    TimeLineViewHeaderFontWeightProperty

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

    TimeLineViewHeaderHeightProperty

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

    TimeLineViewHeaderTextColorProperty

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

    TimeLineViewHeaderTextFontStyleProperty

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

    TimeLineViewHeaderTextHorizontalAlignmentProperty

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

    TimeLineViewHeaderTextSizeProperty

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

    TimeLineViewHeaderTextVerticalAlignmentProperty

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

    Properties

    TimeLineViewCurrentDateBackground

    Gets or sets the Background for TimeLineview header CurrentDate.

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

    TimeLineViewCurrentDateForeground

    Gets or sets the Foreground for TimeLineview header CurrentDate.

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

    TimeLineViewHeaderBackground

    Gets or sets the background for TimeLine view header.

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

    TimeLineViewHeaderFontFamily

    Gets or sets the FontFamily for TimeLine view header text.

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

    TimeLineViewHeaderFontWeight

    Gets or sets the fontweight TimeLineview header text.

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

    TimeLineViewHeaderHeight

    Gets or sets the TimeLineview header height.

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

    TimeLineViewHeaderTextColor

    Gets or sets the foreground for TimeLineview header text.

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

    TimeLineViewHeaderTextFontStyle

    Gets or sets the fontweight TimeLineview header text.

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

    TimeLineViewHeaderTextHorizontalAlignment

    Gets or sets the HorizontalAlignment for TimeLineview header text.

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

    TimeLineViewHeaderTextSize

    Gets or sets the font size for TimeLineview header text.

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

    TimeLineViewHeaderTextVerticalAlignment

    Gets or sets the VerticalAlignment for TimeLineview header text.

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