ICompositionSupportsSystemBackdrop インターフェイス

定義

システムの背景として CompositionBrush を操作するためのプロパティを提供します。 指定された CompositionBrush を持つ SpriteVisual は、実装するオブジェクトのサブツリーの背面に配置されます。

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

プロパティ

SystemBackdrop

システムの背景として使用する CompositionBrush を取得または設定します。

適用対象