Represents the schedule's Day view Header Style.
Inheritance
System.Object
ScheduleDayViewHeaderStyle
Assembly: Syncfusion.SfSchedule.UWP.dll
public class ScheduleDayViewHeaderStyle : DependencyObject
Constructors
Declaration
public ScheduleDayViewHeaderStyle()
Fields
Declaration
public static readonly DependencyProperty DayViewCurrentDateBackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty DayViewCurrentDateForegroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty DayViewHeaderBackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty DayViewHeaderFontFamilyProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty DayViewHeaderFontWeightProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty DayViewHeaderHeightProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty DayViewHeaderTextColorProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty DayViewHeaderTextFontStyleProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty DayViewHeaderTextHorizontalAlignmentProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty DayViewHeaderTextSizeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty DayViewHeaderTextVerticalAlignmentProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
Gets or sets the Background for Dayview header CurrentDate.
Declaration
public Brush DayViewCurrentDateBackground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Gets or sets the Foreground for Dayview header CurrentDate.
Declaration
public Brush DayViewCurrentDateForeground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Gets or sets the background for Day view header.
Declaration
public Brush DayViewHeaderBackground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Gets or sets the FontFamily for day view header text.
Declaration
public FontFamily DayViewHeaderFontFamily { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.FontFamily |
Gets or sets the fontweight Dayview header text.
Declaration
public FontWeight DayViewHeaderFontWeight { get; set; }
Property Value
Type |
Windows.UI.Text.FontWeight |
Gets or sets the Dayview header height.
Declaration
public double DayViewHeaderHeight { get; set; }
Property Value
Gets or sets the foreground for Dayview header text.
Declaration
public Brush DayViewHeaderTextColor { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Gets or sets the fontweight Dayview header text.
Declaration
public FontStyle DayViewHeaderTextFontStyle { get; set; }
Property Value
Type |
Windows.UI.Text.FontStyle |
Gets or sets the HorizontalAlignment for Dayview header text.
Declaration
public HorizontalAlignment DayViewHeaderTextHorizontalAlignment { get; set; }
Property Value
Type |
Windows.UI.Xaml.HorizontalAlignment |
Gets or sets the font size for Dayview header text.
Declaration
public int DayViewHeaderTextSize { get; set; }
Property Value
Gets or sets the VerticalAlignment for Dayview header text.
Declaration
public VerticalAlignment DayViewHeaderTextVerticalAlignment { get; set; }
Property Value
Type |
Windows.UI.Xaml.VerticalAlignment |
Extension Methods