New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Media.Imaging.ShaderEffects

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

C#
public class HorizontalBlurEffect : ShaderEffectBase

Inheritance: objectShaderEffectBaseHorizontalBlurEffect

Inherited Members ShaderEffectBase.DisplayName

Constructors

C#
public HorizontalBlurEffect()

Fields

InputProperty

DependencyProperty

C#
public static readonly DependencyProperty InputProperty

OffsetProperty

DependencyProperty

C#
public static readonly DependencyProperty OffsetProperty

Properties

Input

Brush

C#
public Brush Input { get; set; }
C#
public override string Name { get; }

Overrides: ShaderEffectBase.Name

C#
public double Offset { get; set; }