Show / Hide Table of Contents

Class Effect

Implements Effect base class

Inheritance
System.Object
DependencyObject
Freezable
Effect
CustomEffect
DirectionalBlurEffect
Inherited Members
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 abstract class Effect : Freezable

Constructors

Effect()

Initializes a new instance of the Effect class.

Declaration
public Effect()

Fields

EffectAssetProperty

The effect asset property

Declaration
public static readonly DependencyProperty EffectAssetProperty
Field Value
Type Description
DependencyProperty

EffectInstanceProperty

The effect instance property

Declaration
public static readonly DependencyProperty EffectInstanceProperty
Field Value
Type Description
DependencyProperty

Properties

EffectAsset

Gets or sets the effect asset.

Declaration
public string EffectAsset { get; set; }
Property Value
Type Description
System.String

The effect asset.

EffectInstance

Gets or sets the effect instance.

Declaration
public EffectBase EffectInstance { get; set; }
Property Value
Type Description
EmptyKeys.UserInterface.Media.EffectBase

The effect instance.

Methods

UpdateEffectParameters()

Updates the effect parameters.

Declaration
public virtual void UpdateEffectParameters()

See Also

Freezable
Back to top Generated by DocFX