Show / Hide Table of Contents

Class DirectionalBlurEffect

Implements Directional Blur effect

Inheritance
System.Object
DependencyObject
Freezable
Effect
DirectionalBlurEffect
Inherited Members
Effect.EffectInstanceProperty
Effect.EffectInstance
Effect.EffectAssetProperty
Effect.EffectAsset
Freezable.IsFrozen
Freezable.Parent
Freezable.Changed
Freezable.Freeze()
Freezable.OnPropertyChanged(DependencyProperty)
DependencyObject.DependencyObjectType
DependencyObject.IsSealed
DependencyObject.Equals(Object)
DependencyObject.GetHashCode()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.GetValue(DependencyProperty)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.GetLocalValueEnumerator()
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.SetBinding(DependencyProperty, Binding)
DependencyObject.SetResourceReference(DependencyProperty, Object)
Namespace: EmptyKeys.UserInterface.Media.Effects
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class DirectionalBlurEffect : Effect

Constructors

DirectionalBlurEffect()

Initializes a new instance of the DirectionalBlurEffect class.

Declaration
public DirectionalBlurEffect()

Fields

AngleProperty

The angle property

Declaration
public static readonly DependencyProperty AngleProperty
Field Value
Type Description
DependencyProperty

BlurAmountProperty

The blur amount property

Declaration
public static readonly DependencyProperty BlurAmountProperty
Field Value
Type Description
DependencyProperty

Properties

Angle

Gets or sets the angle.

Declaration
public float Angle { get; set; }
Property Value
Type Description
System.Single

The angle.

BlurAmount

Gets or sets the blur amount.

Declaration
public float BlurAmount { get; set; }
Property Value
Type Description
System.Single

The blur amount.

Methods

UpdateEffectParameters()

Updates the effect parameters.

Declaration
public override void UpdateEffectParameters()
Overrides
Effect.UpdateEffectParameters()

See Also

Effect
Back to top Generated by DocFX