menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WeekNumberStyle - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WeekNumberStyle

    Represents the week number style Customization in month view.

    Inheritance
    System.Object
    WeekNumberStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class WeekNumberStyle : DependencyObject, INotifyPropertyChanged

    Constructors

    WeekNumberStyle()

    Declaration
    public WeekNumberStyle()

    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
    Type
    System.Int32

    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

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved