Class
VerticalBlurEffect

Definition

Namespace:Telerik.Windows.Media.Imaging.ShaderEffects

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

cs-api-definition
public class VerticalBlurEffect : ShaderEffectBase

Inheritance: objectShaderEffectBaseVerticalBlurEffect

Inherited Members ShaderEffectBase.DisplayName

Constructors

VerticalBlurEffect()

Declaration

cs-api-definition
public VerticalBlurEffect()

Fields

InputProperty

Declaration

cs-api-definition
public static readonly DependencyProperty InputProperty

Field Value

DependencyProperty

OffsetProperty

Declaration

cs-api-definition
public static readonly DependencyProperty OffsetProperty

Field Value

DependencyProperty

Properties

Input

Declaration

cs-api-definition
public Brush Input { get; set; }

Property Value

Brush

Name

Declaration

cs-api-definition
public override string Name { get; }

Property Value

string

Overrides ShaderEffectBase.Name

Offset

Declaration

cs-api-definition
public double Offset { get; set; }

Property Value

double