PipelineBrush 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 Microsoft.UI.Xaml.Media.Brush that renders a customizable Composition/Win2D effects pipeline
[Microsoft.UI.Xaml.Markup.ContentProperty(Name="Effects")]
public sealed class PipelineBrush : CommunityToolkit.WinUI.UI.Media.XamlCompositionEffectBrushBase
[<Microsoft.UI.Xaml.Markup.ContentProperty(Name="Effects")>]
type PipelineBrush = class
inherit XamlCompositionEffectBrushBase
Public NotInheritable Class PipelineBrush
Inherits XamlCompositionEffectBrushBase
- Inheritance
- Attributes
-
Microsoft.UI.Xaml.Markup.ContentPropertyAttribute
Effects |
Identifies the dependency property. |
Effects |
Gets or sets the collection of effects to use in the current pipeline. |
Is |
Gets or sets a value indicating whether the current brush is using the provided pipeline, or the fallback color. (Inherited from XamlCompositionEffectBrushBase) |
Source |
Gets or sets the source for the current pipeline (defaults to a BackdropSourceExtension with Microsoft.UI.Xaml.Media.AcrylicBackgroundSource.Backdrop source). |
On |
Invoked whenever the Microsoft.UI.Xaml.Media.XamlCompositionBrushBase.CompositionBrush property is updated. (Inherited from XamlCompositionEffectBrushBase) |
On |
(Inherited from XamlCompositionEffectBrushBase) |
On |
(Inherited from XamlCompositionEffectBrushBase) |
On |
Updates the Microsoft.UI.Xaml.Media.XamlCompositionBrushBase.CompositionBrush property depending on the input value. (Inherited from XamlCompositionEffectBrushBase) |
On |
A method that builds and returns the PipelineBuilder pipeline to use in the current instance. This method can also be used to store any needed EffectSetter<T> or EffectAnimation<T> instances in local fields, for later use (they will need to be called upon Microsoft.UI.Xaml.Media.XamlCompositionBrushBase.CompositionBrush). (Inherited from XamlCompositionEffectBrushBase) |
Produit | Versions |
---|---|
Windows Community Toolkit | 7.0.0 |