Class CompositionBrushBackdrop
Helper class for creating composition-brush based backdrops.
Implements
IWinRTObject
Inherited Members
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
public abstract class CompositionBrushBackdrop : SystemBackdrop, IEquatable<DependencyObject>, IWinRTObject, IDynamicInterfaceCastable, IEquatable<SystemBackdrop>
Constructors
Name | Description |
---|---|
CompositionBrushBackdrop() | Initializes a new instance of the CompositionBrushBackdrop class. |
Methods
Name | Description |
---|---|
CreateBrush(Compositor) | Called when the brush needs to be created for the provided compositor. |
OnDefaultSystemBackdropConfigurationChanged(ICompositionSupportsSystemBackdrop, XamlRoot) | Override this method to be called when the object returned by GetDefaultSystemBackdropConfiguration changes. This is useful if you're using a custom SystemBackdropConfiguration. |
OnTargetConnected(ICompositionSupportsSystemBackdrop, XamlRoot) | Called when this object is attached to a valid container; for example, when set on Window.SystemBackdrop. |
OnTargetDisconnected(ICompositionSupportsSystemBackdrop) | Called when this object is cleared from its container. |