Class VerticalBlurEffect
Inherited Members
Namespace: Telerik.Windows.Media.Imaging.ShaderEffects
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class VerticalBlurEffect : ShaderEffectBase
Constructors
VerticalBlurEffect()
Declaration
public VerticalBlurEffect()
Fields
InputProperty
Declaration
public static readonly DependencyProperty InputProperty
Field Value
System.Windows.DependencyProperty
|
OffsetProperty
Declaration
public static readonly DependencyProperty OffsetProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Input
Declaration
public Brush Input { get; set; }
Property Value
System.Windows.Media.Brush
|
Name
Declaration
public override string Name { get; }
Property Value
System.String
|
Overrides
Offset
Declaration
public double Offset { get; set; }
Property Value
System.Double
|