Represents the schedule's monthview header Style.
Inheritance
System.Object
ScheduleMonthViewHeaderStyle
Assembly: Syncfusion.SfSchedule.UWP.dll
public class ScheduleMonthViewHeaderStyle : DependencyObject
Constructors
Declaration
public ScheduleMonthViewHeaderStyle()
Fields
Declaration
public static readonly DependencyProperty MonthViewHeaderBackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty MonthViewHeaderHeightProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty MonthViewHeaderTextColorProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty MonthViewHeaderTextHorizontalAlignmentProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty MonthViewHeaderTextMarginProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty MonthViewHeaderTextSizeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty MonthViewHeaderTextStyleProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty MonthViewHeaderTextVerticalAlignmentProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
Gets or sets the background for month view header.
Declaration
public Brush MonthViewHeaderBackground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Gets or sets the monthview header height.
Declaration
public double MonthViewHeaderHeight { get; set; }
Property Value
Gets or sets the foreground for monthview header text.
Declaration
public Brush MonthViewHeaderTextColor { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Gets or sets the HorizontalAlignment for monthview header text.
Declaration
public HorizontalAlignment MonthViewHeaderTextHorizontalAlignment { get; set; }
Property Value
Type |
Windows.UI.Xaml.HorizontalAlignment |
Gets or sets the Margin for monthview header text.
Declaration
public Thickness MonthViewHeaderTextMargin { get; set; }
Property Value
Type |
Windows.UI.Xaml.Thickness |
Gets or sets the font size for monthview header text.
Declaration
public int MonthViewHeaderTextSize { get; set; }
Property Value
Gets or sets the fontweight monthview header text.
Declaration
public FontWeight MonthViewHeaderTextStyle { get; set; }
Property Value
Type |
Windows.UI.Text.FontWeight |
Gets or sets the VerticalAlignment for monthview header text.
Declaration
public VerticalAlignment MonthViewHeaderTextVerticalAlignment { get; set; }
Property Value
Type |
Windows.UI.Xaml.VerticalAlignment |
Extension Methods