Blur Class

Definition

An animation effect that applies blur.

public class Blur : Microsoft.Toolkit.Uwp.UI.Animations.Effects.AnimationEffect
type Blur = class
    inherit AnimationEffect
Public Class Blur
Inherits AnimationEffect
Inheritance

Constructors

Blur()

Properties

Compositor

Gets or sets the compositor.

(Inherited from AnimationEffect)
EffectBrush

Gets or sets the effect brush.

(Inherited from AnimationEffect)
EffectName

Gets the name of the effect.

IsSupported

Gets a value indicating whether blur is supported.

Methods

ApplyEffect()

Applies the effect.

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

An animation which will apply the derived effect.

(Inherited from AnimationEffect)

Applies to

See also