Class ScheduleHorizontalDaysHeaderViewControl
Represents a timeline view header.
Inheritance
System.Object
ScheduleHorizontalDaysHeaderViewControl
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleHorizontalDaysHeaderViewControl : Control
Constructors
ScheduleHorizontalDaysHeaderViewControl()
Initializes a new instance of the ScheduleHorizontalDaysHeaderViewControl class.
Declaration
public ScheduleHorizontalDaysHeaderViewControl()
Fields
HeaderBrushProperty
Using a DependencyProperty as the backing store for HeaderBrush. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty HeaderBrushProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
TextForegroundProperty
Using a DependencyProperty as the backing store for TextForeground. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TextForegroundProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
HeaderBrush
Gets or sets the background color for timeline view header.
Declaration
public Brush HeaderBrush { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
TextForeground
Gets or sets the text color for timeline view header.
Declaration
public Brush TextForeground { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |