PipelineEffect Class

Definition

A base pipeline effect.

public abstract class PipelineEffect : Windows.UI.Xaml.DependencyObject, Microsoft.Toolkit.Uwp.UI.Media.IPipelineEffect
type PipelineEffect = class
    inherit DependencyObject
    interface IPipelineEffect
Public MustInherit Class PipelineEffect
Inherits DependencyObject
Implements IPipelineEffect
Inheritance
Windows.UI.Xaml.DependencyObject
PipelineEffect
Derived
Implements

Constructors

PipelineEffect()

Properties

Brush

Gets the current Windows.UI.Composition.CompositionBrush instance, if one is in use.

IsAnimatable

Gets or sets a value indicating whether the effect can be animated.

Methods

AppendToBuilder(PipelineBuilder)

Appends the current effect to the input PipelineBuilder instance.

NotifyCompositionBrushInUse(CompositionBrush)

Notifies that a given Windows.UI.Composition.CompositionBrush is now in use.

Applies to