Class DirectionalBlurEffect
Implements Directional Blur effect
Inherited Members
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()