Represents the schedule's Header Style.
Inheritance
System.Object
ScheduleHeaderStyle
Assembly: Syncfusion.SfSchedule.UWP.dll
public class ScheduleHeaderStyle : DependencyObject
Constructors
Declaration
public ScheduleHeaderStyle()
Fields
Declaration
public static readonly DependencyProperty HeaderBackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty HeaderHeightProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty HeaderTextColorProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty HeaderTextHorizontalAlignmentProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty HeaderTextSizeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty HeaderTextStyleProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty HeaderTextVerticalAlignmentProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
Gets or sets the Schedule Header Background Color.
Declaration
public Brush HeaderBackground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Gets or sets Height for Schedule Header.
Declaration
public double HeaderHeight { get; set; }
Property Value
Gets or sets Foreground for Schedule Header Text.
Declaration
public Brush HeaderTextColor { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Gets or sets HorizontalAlignment to Schedule Header Text.
Declaration
public HorizontalAlignment HeaderTextHorizontalAlignment { get; set; }
Property Value
Type |
Windows.UI.Xaml.HorizontalAlignment |
Gets or sets TextSize for Schedule Header Text.
Declaration
public double HeaderTextSize { get; set; }
Property Value
Gets or sets FontWeight for Schedule Header Text.
Declaration
public FontWeight HeaderTextStyle { get; set; }
Property Value
Type |
Windows.UI.Text.FontWeight |
Gets or sets VerticalAlignment to Schedule Header Text.
Declaration
public VerticalAlignment HeaderTextVerticalAlignment { get; set; }
Property Value
Type |
Windows.UI.Xaml.VerticalAlignment |
Extension Methods