CalendarViewTemplateSettings 类

定义

提供在为 CalendarView 控件定义模板时可以作为 TemplatedParent 源引用的计算值。 不适用于一般用途。

public ref class CalendarViewTemplateSettings sealed : DependencyObject
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CalendarViewTemplateSettings final : DependencyObject
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CalendarViewTemplateSettings : DependencyObject
Public NotInheritable Class CalendarViewTemplateSettings
Inherits DependencyObject
继承
Object Platform::Object IInspectable DependencyObject CalendarViewTemplateSettings
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

属性

CenterX

获取 CalendarView 中心点的 X 坐标。

CenterY

获取 CalendarView 中心点的 Y 坐标。

ClipRect

获取用于剪辑 CalendarView 的矩形。

Dispatcher

获取与此 对象关联的 CoreDispatcherCoreDispatcher 表示可以访问 UI 线程上的 DependencyObject 的工具,即使代码是由非 UI 线程启动的。

(继承自 DependencyObject)
HasMoreContentAfter

获取一个值,该值指示 CalendarView 在显示的内容之后是否包含更多内容。

HasMoreContentBefore

获取一个值,该值指示 CalendarView 在显示的内容之前是否具有更多内容。

HasMoreViews

获取一个值,该值指示 CalendarView 是否具有更多可显示的视图, (如年份或十年) 。

HeaderText

获取标头的文本。

MinViewWidth

获取视图的最小宽度。

WeekDay1

获取一周的第一天。

WeekDay2

获取一周的第二天。

WeekDay3

获取一周的第三天。

WeekDay4

获取一周的第四天。

WeekDay5

获取一周的第五天。

WeekDay6

获取一周的第六天。

WeekDay7

获取一周的第七天。

方法

ClearValue(DependencyProperty)

清除依赖属性的本地值。

(继承自 DependencyObject)
GetAnimationBaseValue(DependencyProperty)

返回为依赖属性建立的任何基值,该基值适用于动画未处于活动状态的情况。

(继承自 DependencyObject)
GetValue(DependencyProperty)

DependencyObject 返回依赖属性的当前有效值。

(继承自 DependencyObject)
ReadLocalValue(DependencyProperty)

如果设置了本地值,则返回依赖属性的本地值。

(继承自 DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback)

注册一个通知函数,用于侦听此 DependencyObject 实例上特定 DependencyProperty 的更改。

(继承自 DependencyObject)
SetValue(DependencyProperty, Object)

设置 DependencyObject 上依赖属性的本地值。

(继承自 DependencyObject)
UnregisterPropertyChangedCallback(DependencyProperty, Int64)

取消以前通过调用 RegisterPropertyChangedCallback 注册的更改通知。

(继承自 DependencyObject)

适用于

另请参阅