CalendarViewTemplateSettings CalendarViewTemplateSettings CalendarViewTemplateSettings CalendarViewTemplateSettings Class

Definition

Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a CalendarView control. Not intended for general use.

public : sealed class CalendarViewTemplateSettings : DependencyObject, ICalendarViewTemplateSettingspublic sealed class CalendarViewTemplateSettings : DependencyObject, ICalendarViewTemplateSettingsPublic NotInheritable Class CalendarViewTemplateSettings Inherits DependencyObject Implements ICalendarViewTemplateSettings// This API is not available in Javascript.
Inheritance
CalendarViewTemplateSettingsCalendarViewTemplateSettingsCalendarViewTemplateSettingsCalendarViewTemplateSettings
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited methods

Inherited properties

Properties

CenterX CenterX CenterX CenterX

Gets the X coordinate of the CalendarView 's center point.

public : double CenterX { get; }public double CenterX { get; }Public ReadOnly Property CenterX As double// This API is not available in Javascript.
Value
double double double double

The X coordinate of the CalendarView 's center point.

CenterY CenterY CenterY CenterY

Gets the Y coordinate of the CalendarView 's center point.

public : double CenterY { get; }public double CenterY { get; }Public ReadOnly Property CenterY As double// This API is not available in Javascript.
Value
double double double double

The Y coordinate of the CalendarView 's center point.

ClipRect ClipRect ClipRect ClipRect

Gets the rectangle used to clip the CalendarView.

public : Rect ClipRect { get; }public Rect ClipRect { get; }Public ReadOnly Property ClipRect As Rect// This API is not available in Javascript.
Value
Rect Rect Rect Rect

The rectangle used to clip the CalendarView.

HasMoreContentAfter HasMoreContentAfter HasMoreContentAfter HasMoreContentAfter

Gets a value that indicates whether the CalendarView has more content after the displayed content.

public : PlatForm::Boolean HasMoreContentAfter { get; }public bool HasMoreContentAfter { get; }Public ReadOnly Property HasMoreContentAfter As bool// This API is not available in Javascript.
Value
PlatForm::Boolean bool bool bool

true if the CalendarView has more content after the displayed content; otherwise, false.

HasMoreContentBefore HasMoreContentBefore HasMoreContentBefore HasMoreContentBefore

Gets a value that indicates whether the CalendarView has more content before the displayed content.

public : PlatForm::Boolean HasMoreContentBefore { get; }public bool HasMoreContentBefore { get; }Public ReadOnly Property HasMoreContentBefore As bool// This API is not available in Javascript.
Value
PlatForm::Boolean bool bool bool

true if the CalendarView has more content after the displayed content; otherwise, false.

HasMoreViews HasMoreViews HasMoreViews HasMoreViews

Gets a value that indicates whether the CalendarView has more views (like year or decade) that can be shown.

public : PlatForm::Boolean HasMoreViews { get; }public bool HasMoreViews { get; }Public ReadOnly Property HasMoreViews As bool// This API is not available in Javascript.
Value
PlatForm::Boolean bool bool bool

true if the CalendarView has more views (like year or decade) that can be shown; otherwise, false.

HeaderText HeaderText HeaderText HeaderText

Gets the text of the header.

public : PlatForm::String HeaderText { get; }public string HeaderText { get; }Public ReadOnly Property HeaderText As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The text of the header.

MinViewWidth MinViewWidth MinViewWidth MinViewWidth

Gets the minimum width of the view.

public : double MinViewWidth { get; }public double MinViewWidth { get; }Public ReadOnly Property MinViewWidth As double// This API is not available in Javascript.
Value
double double double double

The minimum width of the view.

WeekDay1 WeekDay1 WeekDay1 WeekDay1

Gets the first day of the week.

public : PlatForm::String WeekDay1 { get; }public string WeekDay1 { get; }Public ReadOnly Property WeekDay1 As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The first day of the week.

WeekDay2 WeekDay2 WeekDay2 WeekDay2

Gets the second day of the week.

public : PlatForm::String WeekDay2 { get; }public string WeekDay2 { get; }Public ReadOnly Property WeekDay2 As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The second day of the week.

WeekDay3 WeekDay3 WeekDay3 WeekDay3

Gets the third day of the week.

public : PlatForm::String WeekDay3 { get; }public string WeekDay3 { get; }Public ReadOnly Property WeekDay3 As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The third day of the week.

WeekDay4 WeekDay4 WeekDay4 WeekDay4

Gets the fourth day of the week.

public : PlatForm::String WeekDay4 { get; }public string WeekDay4 { get; }Public ReadOnly Property WeekDay4 As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The fourth day of the week.

WeekDay5 WeekDay5 WeekDay5 WeekDay5

Gets the fifth day of the week.

public : PlatForm::String WeekDay5 { get; }public string WeekDay5 { get; }Public ReadOnly Property WeekDay5 As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The fifth day of the week.

WeekDay6 WeekDay6 WeekDay6 WeekDay6

Gets the sixth day of the week.

public : PlatForm::String WeekDay6 { get; }public string WeekDay6 { get; }Public ReadOnly Property WeekDay6 As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The sixth day of the week.

WeekDay7 WeekDay7 WeekDay7 WeekDay7

Gets the seventh day of the week.

public : PlatForm::String WeekDay7 { get; }public string WeekDay7 { get; }Public ReadOnly Property WeekDay7 As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The seventh day of the week.

See Also