Class MonthCellStyle
Represents the schedule's month cell Style.
Inheritance
System.Object
MonthCellStyle
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class MonthCellStyle : DependencyObject
Constructors
MonthCellStyle()
Declaration
Fields
CellTextHorizontalAlignmentProperty
Declaration
public static readonly DependencyProperty CellTextHorizontalAlignmentProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
CellTextVerticalAlignmentProperty
Declaration
public static readonly DependencyProperty CellTextVerticalAlignmentProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
CurrentDateCellBackgroundProperty
Declaration
public static readonly DependencyProperty CurrentDateCellBackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
CurrentDateHighlightProperty
Declaration
public static readonly DependencyProperty CurrentDateHighlightProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
CurrentDateTextForegroundProperty
Declaration
public static readonly DependencyProperty CurrentDateTextForegroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
CurrentMonthCellBackgroundProperty
Declaration
public static readonly DependencyProperty CurrentMonthCellBackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
CurrentMonthTextForegroundProperty
Declaration
public static readonly DependencyProperty CurrentMonthTextForegroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
MonthCellTextFontFamilyProperty
Declaration
public static readonly DependencyProperty MonthCellTextFontFamilyProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
MonthCellTextFontWeightProperty
Declaration
public static readonly DependencyProperty MonthCellTextFontWeightProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
MonthCellTextSizeProperty
Declaration
public static readonly DependencyProperty MonthCellTextSizeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
NextMonthCellBackgroundProperty
Declaration
public static readonly DependencyProperty NextMonthCellBackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
NextMonthTextForegroundProperty
Declaration
public static readonly DependencyProperty NextMonthTextForegroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
PreviousMonthCellBackgroundProperty
Declaration
public static readonly DependencyProperty PreviousMonthCellBackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
PreviousMonthTextForegroundProperty
Declaration
public static readonly DependencyProperty PreviousMonthTextForegroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
CellTextHorizontalAlignment
Gets or sets the HorizontalAlignment for month cell text.
Declaration
public HorizontalAlignment CellTextHorizontalAlignment { get; set; }
Property Value
Type |
Windows.UI.Xaml.HorizontalAlignment |
CellTextVerticalAlignment
Gets or sets the VerticalAlignment for month cell text.
Declaration
public VerticalAlignment CellTextVerticalAlignment { get; set; }
Property Value
Type |
Windows.UI.Xaml.VerticalAlignment |
CurrentDateCellBackground
Gets or sets the Background for CurrentDate Cell Background.
Declaration
public Brush CurrentDateCellBackground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
CurrentDateHighlight
Gets or sets the Color to Current Date.
Declaration
public Brush CurrentDateHighlight { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
CurrentDateTextForeground
Gets or sets the foreground for CurrentDate TextForeground.
Declaration
public Brush CurrentDateTextForeground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
CurrentMonthCellBackground
Gets or sets the background for Current MonthCell Background.
Declaration
public Brush CurrentMonthCellBackground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
CurrentMonthTextForeground
Gets or sets the foreground for CurrentMonth TextForeground.
Declaration
public Brush CurrentMonthTextForeground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
MonthCellElements
Declaration
public FrameworkElement MonthCellElements { get; set; }
Property Value
Type |
Windows.UI.Xaml.FrameworkElement |
MonthCellTextFontFamily
Gets or sets the FontFamily for month cell text.
Declaration
public FontFamily MonthCellTextFontFamily { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.FontFamily |
MonthCellTextFontWeight
Gets or sets the fontweight for month cell text.
Declaration
public FontWeight MonthCellTextFontWeight { get; set; }
Property Value
Type |
Windows.UI.Text.FontWeight |
MonthCellTextSize
Gets or sets the font size for month cell text.
Declaration
public int MonthCellTextSize { get; set; }
Property Value
NextMonthCellBackground
Gets or sets the background for Next MonthCell Background.
Declaration
public Brush NextMonthCellBackground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
NextMonthTextForeground
Gets or sets the foreground for Next MonthText Foreground.
Declaration
public Brush NextMonthTextForeground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
PreviousMonthCellBackground
Gets or sets the background for Previous MonthCell Background.
Declaration
public Brush PreviousMonthCellBackground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
PreviousMonthTextForeground
Gets or sets the foreground for PreviousMonth TextForeground.
Declaration
public Brush PreviousMonthTextForeground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Extension Methods