Represents the schedule's Week view Header Style.
Inheritance
System.Object
ScheduleWeekViewHeaderStyle
Assembly: Syncfusion.SfSchedule.UWP.dll
public class ScheduleWeekViewHeaderStyle : DependencyObject
Constructors
Declaration
public ScheduleWeekViewHeaderStyle()
Fields
Declaration
public static readonly DependencyProperty WeekViewCurrentDateBackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty WeekViewCurrentDateForegroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty WeekViewCurrentDateHeightProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty WeekViewHeaderBackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty WeekViewHeaderFontFamilyProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty WeekViewHeaderFontWeightProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty WeekViewHeaderHeightProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty WeekViewHeaderTextColorProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty WeekViewHeaderTextFontStyleProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty WeekViewHeaderTextHorizontalAlignmentProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty WeekViewHeaderTextSizeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty WeekViewHeaderTextVerticalAlignmentProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
Gets or sets the Background for Weekview header CurrentDate.
Declaration
public Brush WeekViewCurrentDateBackground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Gets or sets the Foreground for Weekview header CurrentDate.
Declaration
public Brush WeekViewCurrentDateForeground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Gets or sets the Background for WeekView CurrentDate Height.
Declaration
public Brush WeekViewCurrentDateHeight { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Gets or sets the background for Week view header.
Declaration
public Brush WeekViewHeaderBackground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Gets or sets the FontFamily for Week view header text.
Declaration
public FontFamily WeekViewHeaderFontFamily { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.FontFamily |
Gets or sets the fontweight Weekview header text.
Declaration
public FontWeight WeekViewHeaderFontWeight { get; set; }
Property Value
Type |
Windows.UI.Text.FontWeight |
Gets or sets the Weekview header height.
Declaration
public double WeekViewHeaderHeight { get; set; }
Property Value
Gets or sets the foreground for Weekview header text.
Declaration
public Brush WeekViewHeaderTextColor { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Gets or sets the fontweight Weekview header text.
Declaration
public FontStyle WeekViewHeaderTextFontStyle { get; set; }
Property Value
Type |
Windows.UI.Text.FontStyle |
Gets or sets the HorizontalAlignment for Weekview header text.
Declaration
public HorizontalAlignment WeekViewHeaderTextHorizontalAlignment { get; set; }
Property Value
Type |
Windows.UI.Xaml.HorizontalAlignment |
Gets or sets the font size for Weekview header text.
Declaration
public int WeekViewHeaderTextSize { get; set; }
Property Value
Gets or sets the VerticalAlignment for Weekview header text.
Declaration
public VerticalAlignment WeekViewHeaderTextVerticalAlignment { get; set; }
Property Value
Type |
Windows.UI.Xaml.VerticalAlignment |
Extension Methods