Click or drag to resize
EdgeDetectionEffectBlurAmount Property
Specifies the amount of blur to apply before edge detection. Blur is used to remove high frequencies and reduce phantom edges. Default value 0, range 0 to 10.

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
See Also