CrossFadeEffect Class
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.
A blend effect that merges the current builder with an input one
[Windows.UI.Xaml.Markup.ContentProperty(Name="Effects")]
public sealed class CrossFadeEffect : Microsoft.Toolkit.Uwp.UI.Media.PipelineEffect
[<Windows.UI.Xaml.Markup.ContentProperty(Name="Effects")>]
type CrossFadeEffect = class
inherit PipelineEffect
Public NotInheritable Class CrossFadeEffect
Inherits PipelineEffect
- Inheritance
- Attributes
-
Windows.UI.Xaml.Markup.ContentPropertyAttribute
This effect maps to the Win2D Microsoft.Graphics.Canvas.Effects.CrossFadeEffect effect
Brush |
Gets the current Windows.UI.Composition.CompositionBrush instance, if one is in use. (Inherited from PipelineEffect) |
Effects |
Gets or sets the effects to apply to the input to merge with the current instance |
Factor |
Gets or sets the The cross fade factor to blend the input effects (default to 0.5, should be in the [0, 1] range) |
Is |
Gets or sets a value indicating whether the effect can be animated. (Inherited from PipelineEffect) |
Source |
Gets or sets the input to merge with the current instance (defaults to a BackdropSourceExtension with Windows.UI.Xaml.Media.AcrylicBackgroundSource.Backdrop source). |
Append |
Appends the current effect to the input PipelineBuilder instance. |
Notify |
Notifies that a given Windows.UI.Composition.CompositionBrush is now in use. |
Produit | Versions |
---|---|
Windows Community Toolkit | 7.0.0, 7.1.0 |