Edit

Share via


PipelineVisualFactory Class

Definition

A builder type for Windows.UI.Composition.SpriteVisual instance to apply to UI elements.

[Windows.UI.Xaml.Markup.ContentProperty(Name="Effects")]
public sealed class PipelineVisualFactory : Microsoft.Toolkit.Uwp.UI.Media.PipelineVisualFactoryBase
[<Windows.UI.Xaml.Markup.ContentProperty(Name="Effects")>]
type PipelineVisualFactory = class
    inherit PipelineVisualFactoryBase
Public NotInheritable Class PipelineVisualFactory
Inherits PipelineVisualFactoryBase
Inheritance
Windows.UI.Xaml.DependencyObject
PipelineVisualFactory
Attributes
Windows.UI.Xaml.Markup.ContentPropertyAttribute

Constructors

PipelineVisualFactory()

Fields

EffectsProperty

Identifies the <seealso cref="P:Microsoft.Toolkit.Uwp.UI.Media.PipelineVisualFactory.Effects"></seealso> dependency property.

Properties

Effects

Gets or sets the collection of effects to use in the current pipeline.

Source

Gets or sets the source for the current pipeline (defaults to a BackdropSourceExtension with Windows.UI.Xaml.Media.AcrylicBackgroundSource.Backdrop source).

Methods

GetAttachedVisualAsync(UIElement)

Creates a Windows.UI.Composition.Visual to attach to the target element.

OnPipelineRequested()

A method that builds and returns the PipelineBuilder pipeline to use in the current instance.

(Inherited from PipelineVisualFactoryBase)

Applies to