PipelineVisualFactoryBase Class

Definition

A base class that extends AttachedVisualFactoryBase by leveraging the PipelineBuilder APIs.

public abstract class PipelineVisualFactoryBase : Microsoft.Toolkit.Uwp.UI.Media.AttachedVisualFactoryBase
type PipelineVisualFactoryBase = class
    inherit AttachedVisualFactoryBase
Public MustInherit Class PipelineVisualFactoryBase
Inherits AttachedVisualFactoryBase
Inheritance
Windows.UI.Xaml.DependencyObject
PipelineVisualFactoryBase
Derived

Constructors

PipelineVisualFactoryBase()

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.

Applies to