Class WeekNumberStyle
Represents the week number style Customization in month view.
Inheritance
System.Object
WeekNumberStyle
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class WeekNumberStyle : DependencyObject, INotifyPropertyChanged
Constructors
WeekNumberStyle()
Declaration
Fields
BackgroundProperty
Declaration
public static readonly DependencyProperty BackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
FontFamilyProperty
Declaration
public static readonly DependencyProperty FontFamilyProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
FontSizeProperty
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
FontWeightProperty
Declaration
public static readonly DependencyProperty FontWeightProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ForegroundProperty
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
Background
Gets or sets the Background for Week Number.
Declaration
public Brush Background { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
FontFamily
Gets or sets the FontFamily for Week Number.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.FontFamily |
FontSize
Gets or sets the font size for Week Number.
Declaration
public int FontSize { get; set; }
Property Value
FontWeight
Gets or sets the FontWeight for Week Number.
Declaration
public FontWeight FontWeight { get; set; }
Property Value
Type |
Windows.UI.Text.FontWeight |
Foreground
Gets or sets the Foreground for Week Number.
Declaration
public Brush Foreground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods