Class Effect
Implements Effect base class
Inherited Members
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()