AppBarTemplateSettings 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class AppBarTemplateSettings 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 AppBarTemplateSettings 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 AppBarTemplateSettings : DependencyObject
Public NotInheritable Class AppBarTemplateSettings
Inherits DependencyObject
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
版本历史记录
Windows 版本 | SDK 版本 | 增值 |
---|---|---|
1903 | 18362 | NegativeCompactVerticalDelta |
1903 | 18362 | NegativeHiddenVerticalDelta |
1903 | 18362 | NegativeMinimalVerticalDelta |
属性
ClipRect | |
CompactRootMargin |
获取处于压缩状态的 AppBar 根的边距。 |
CompactVerticalDelta |
获取处于压缩状态的 AppBar 的垂直增量。 |
Dispatcher |
获取与此 对象关联的 CoreDispatcher 。 CoreDispatcher 表示可以访问 UI 线程上的 DependencyObject 的工具,即使代码是由非 UI 线程启动的。 (继承自 DependencyObject) |
HiddenRootMargin |
获取处于隐藏状态的 AppBar 根的边距。 |
HiddenVerticalDelta |
获取处于隐藏状态 的 AppBar 的垂直增量。 |
MinimalRootMargin |
获取处于最小状态的 AppBar 根的边距。 |
MinimalVerticalDelta |
获取处于最小状态的 AppBar 的垂直增量。 |
NegativeCompactVerticalDelta |
获取处于压缩状态的 AppBar 的负垂直增量。 |
NegativeHiddenVerticalDelta |
获取处于隐藏状态 的 AppBar 的负垂直增量。 |
NegativeMinimalVerticalDelta |
获取处于最小状态的 AppBar 的负垂直增量。 |
方法
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) |