Class TransparentTintBackdrop
A custom backdrop that make the window completely transparent.
Implements
IWinRTObject
Inherited Members
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. |