Represents the schedule's TimeLine view Heade Style.
Inheritance
System.Object
ScheduleTimeLineViewHeaderStyle
Assembly: Syncfusion.SfSchedule.UWP.dll
public class ScheduleTimeLineViewHeaderStyle : DependencyObject
Constructors
Declaration
public ScheduleTimeLineViewHeaderStyle()
Fields
Declaration
public static readonly DependencyProperty TimeLineViewCurrentDateBackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty TimeLineViewCurrentDateForegroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty TimeLineViewHeaderBackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty TimeLineViewHeaderFontFamilyProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty TimeLineViewHeaderFontWeightProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty TimeLineViewHeaderHeightProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty TimeLineViewHeaderTextColorProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty TimeLineViewHeaderTextFontStyleProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty TimeLineViewHeaderTextHorizontalAlignmentProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty TimeLineViewHeaderTextSizeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty TimeLineViewHeaderTextVerticalAlignmentProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
Gets or sets the Background for TimeLineview header CurrentDate.
Declaration
public Brush TimeLineViewCurrentDateBackground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Gets or sets the Foreground for TimeLineview header CurrentDate.
Declaration
public Brush TimeLineViewCurrentDateForeground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Gets or sets the background for TimeLine view header.
Declaration
public Brush TimeLineViewHeaderBackground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Gets or sets the FontFamily for TimeLine view header text.
Declaration
public FontFamily TimeLineViewHeaderFontFamily { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.FontFamily |
Gets or sets the fontweight TimeLineview header text.
Declaration
public FontWeight TimeLineViewHeaderFontWeight { get; set; }
Property Value
Type |
Windows.UI.Text.FontWeight |
Gets or sets the TimeLineview header height.
Declaration
public double TimeLineViewHeaderHeight { get; set; }
Property Value
Gets or sets the foreground for TimeLineview header text.
Declaration
public Brush TimeLineViewHeaderTextColor { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Gets or sets the fontweight TimeLineview header text.
Declaration
public FontStyle TimeLineViewHeaderTextFontStyle { get; set; }
Property Value
Type |
Windows.UI.Text.FontStyle |
Gets or sets the HorizontalAlignment for TimeLineview header text.
Declaration
public HorizontalAlignment TimeLineViewHeaderTextHorizontalAlignment { get; set; }
Property Value
Type |
Windows.UI.Xaml.HorizontalAlignment |
Gets or sets the font size for TimeLineview header text.
Declaration
public int TimeLineViewHeaderTextSize { get; set; }
Property Value
Gets or sets the VerticalAlignment for TimeLineview header text.
Declaration
public VerticalAlignment TimeLineViewHeaderTextVerticalAlignment { get; set; }
Property Value
Type |
Windows.UI.Xaml.VerticalAlignment |
Extension Methods