AnimationEffect Class

Definition

An abstract class that provides the mechanism to create an effect using composition.

public abstract class AnimationEffect
type AnimationEffect = class
Public MustInherit Class AnimationEffect
Inheritance
AnimationEffect
Derived

Constructors

AnimationEffect()

Properties

Compositor

Gets or sets the compositor.

EffectBrush

Gets or sets the effect brush.

EffectName

Gets the name of the effect.

IsSupported

Gets a value indicating whether this instance is supported.

Methods

ApplyEffect()

Applies the effect.

EffectAnimation(AnimationSet, Double, Double, Double, EasingType, EasingMode)

An animation which will apply the derived effect.

Applies to