Show / Hide Table of Contents

Class CompositionBrushBackdrop

Helper class for creating composition-brush based backdrops.

Inheritance
object
DependencyObject
SystemBackdrop
CompositionBrushBackdrop
TransparentTintBackdrop
Implements
IEquatable<DependencyObject>
IWinRTObject
IDynamicInterfaceCastable
IEquatable<SystemBackdrop>
Inherited Members
SystemBackdrop.FromAbi(nint)
SystemBackdrop.Equals(SystemBackdrop)
SystemBackdrop.Equals(object)
SystemBackdrop.GetHashCode()
SystemBackdrop.GetDefaultSystemBackdropConfiguration(ICompositionSupportsSystemBackdrop, XamlRoot)
SystemBackdrop.IsOverridableInterface(Guid)
DependencyObject.Equals(DependencyObject)
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, object)
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.GetAnimationBaseValue(DependencyProperty)
DependencyObject.RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback)
DependencyObject.UnregisterPropertyChangedCallback(DependencyProperty, long)
DependencyObject.Dispatcher
DependencyObject.DispatcherQueue
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX