AppWindowTitleBarOcclusion 类

定义

表示在 ExtendsContentIntoTitleBar 为 true 时将遮挡应用内容的应用窗口系统保留区域。

public ref class AppWindowTitleBarOcclusion sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppWindowTitleBarOcclusion final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppWindowTitleBarOcclusion
Public NotInheritable Class AppWindowTitleBarOcclusion
继承
Object Platform::Object IInspectable AppWindowTitleBarOcclusion
属性

Windows 要求

设备系列
Windows 10, version 1903 (在 10.0.18362.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v8.0 中引入)

注解

系统保留区域用于标题栏的区域,例如系统拖动区域和最小/最大/关闭按钮。

属性

OccludingRect

获取一个矩形,该矩形定义应用内容视觉对象相对坐标中遮挡的宽度、高度和偏移量。

适用于