menu

UWP

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

    Show / Hide Table of Contents

    Class ScheduleMonthViewHeaderStyle

    Represents the schedule's monthview header Style.

    Inheritance
    System.Object
    ScheduleMonthViewHeaderStyle
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class ScheduleMonthViewHeaderStyle : DependencyObject

    Constructors

    ScheduleMonthViewHeaderStyle()

    Declaration
    public ScheduleMonthViewHeaderStyle()

    Fields

    MonthViewHeaderBackgroundProperty

    Declaration
    public static readonly DependencyProperty MonthViewHeaderBackgroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    MonthViewHeaderHeightProperty

    Declaration
    public static readonly DependencyProperty MonthViewHeaderHeightProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    MonthViewHeaderTextColorProperty

    Declaration
    public static readonly DependencyProperty MonthViewHeaderTextColorProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    MonthViewHeaderTextHorizontalAlignmentProperty

    Declaration
    public static readonly DependencyProperty MonthViewHeaderTextHorizontalAlignmentProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    MonthViewHeaderTextMarginProperty

    Declaration
    public static readonly DependencyProperty MonthViewHeaderTextMarginProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    MonthViewHeaderTextSizeProperty

    Declaration
    public static readonly DependencyProperty MonthViewHeaderTextSizeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    MonthViewHeaderTextStyleProperty

    Declaration
    public static readonly DependencyProperty MonthViewHeaderTextStyleProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    MonthViewHeaderTextVerticalAlignmentProperty

    Declaration
    public static readonly DependencyProperty MonthViewHeaderTextVerticalAlignmentProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    MonthViewHeaderBackground

    Gets or sets the background for month view header.

    Declaration
    public Brush MonthViewHeaderBackground { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    MonthViewHeaderHeight

    Gets or sets the monthview header height.

    Declaration
    public double MonthViewHeaderHeight { get; set; }
    Property Value
    Type
    System.Double

    MonthViewHeaderTextColor

    Gets or sets the foreground for monthview header text.

    Declaration
    public Brush MonthViewHeaderTextColor { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    MonthViewHeaderTextHorizontalAlignment

    Gets or sets the HorizontalAlignment for monthview header text.

    Declaration
    public HorizontalAlignment MonthViewHeaderTextHorizontalAlignment { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.HorizontalAlignment

    MonthViewHeaderTextMargin

    Gets or sets the Margin for monthview header text.

    Declaration
    public Thickness MonthViewHeaderTextMargin { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Thickness

    MonthViewHeaderTextSize

    Gets or sets the font size for monthview header text.

    Declaration
    public int MonthViewHeaderTextSize { get; set; }
    Property Value
    Type
    System.Int32

    MonthViewHeaderTextStyle

    Gets or sets the fontweight monthview header text.

    Declaration
    public FontWeight MonthViewHeaderTextStyle { get; set; }
    Property Value
    Type
    Windows.UI.Text.FontWeight

    MonthViewHeaderTextVerticalAlignment

    Gets or sets the VerticalAlignment for monthview header text.

    Declaration
    public VerticalAlignment MonthViewHeaderTextVerticalAlignment { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.VerticalAlignment

    Extension Methods

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