ICompositionSupportsSystemBackdrop Interface

Definition

Provides a property for working with a CompositionBrush as a system backdrop. A SpriteVisual with the given CompositionBrush will be placed at the back of the implementing object's subtree.

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
Derived
Attributes

Properties

SystemBackdrop

Gets or sets the CompositionBrush to be used as the system backdrop.

Applies to