Show / Hide Table of Contents

Class TransparentTintBackdrop

A custom backdrop that make the window completely transparent.

Inheritance
object
DependencyObject
SystemBackdrop
CompositionBrushBackdrop
TransparentTintBackdrop
Implements
IEquatable<DependencyObject>
IWinRTObject
IDynamicInterfaceCastable
IEquatable<SystemBackdrop>
Inherited Members
CompositionBrushBackdrop.OnDefaultSystemBackdropConfigurationChanged(ICompositionSupportsSystemBackdrop, XamlRoot)
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
[WinRTRuntimeClassName("Microsoft.UI.Xaml.Media.ISystemBackdropOverrides")]
[WinRTExposedType(typeof(TransparentTintBackdropWinRTTypeDetails))]
public class TransparentTintBackdrop : CompositionBrushBackdrop, IEquatable<DependencyObject>, IWinRTObject, IDynamicInterfaceCastable, IEquatable<SystemBackdrop>

Constructors

Name Description
TransparentTintBackdrop()

Initializes a new instance of the TransparentTintBackdrop class.

TransparentTintBackdrop(Color)

Initializes a new instance of the TransparentTintBackdrop class.

Properties

Name Description
TintColor

Gets or sets the color used for the backdrop. The Alpha value defines the opacity of the window.

Methods

Name Description
CreateBrush(Compositor)

Called when the brush needs to be created for the provided compositor.

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.

In this article
Back to top Generated by DocFX