ICompositionSupportsSystemBackdrop Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(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
- Attributes
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|
Properties
SystemBackdrop |
Gets or sets the CompositionBrush to be used as the system backdrop. |