Click or drag to resize
GaussianBlurEffectBlurAmount Property
Gets or sets the amount of blur to be applied to the image.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public float BlurAmount { get; set; }

Property Value

Type: Single
Remarks

Default value is 3.0f

You can compute the blur radius of the kernel by multiplying the standard deviation by 3. The units of both the standard deviation and blur radius are DIPs. A value of zero DIPs disables this effect entirely.

See Also