ICompositionSupportsSystemBackdrop 接口

定义

提供一个属性,用于将 CompositionBrush 用作系统背景。 具有给定 CompositionBrushSpriteVisual 将放置在实现对象的子树的后面。

public interface class ICompositionSupportsSystemBackdrop
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.Guid(964538340, 46786, 23481, 149, 29, 245, 112, 125, 232, 183, 188)]
struct ICompositionSupportsSystemBackdrop
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.Guid(964538340, 46786, 23481, 149, 29, 245, 112, 125, 232, 183, 188)]
public interface ICompositionSupportsSystemBackdrop
Public Interface ICompositionSupportsSystemBackdrop
属性

Windows 要求

设备系列
Windows 11 (在 10.0.22000.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)

属性

SystemBackdrop

获取或设置要用作系统背景的 CompositionBrush

适用于