Click or drag to resize
EdgeDetectionEffectMode Property
Specifies what type of filter kernel to use for edge detection. Default value Sobel.

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

Property Value

Type: EdgeDetectionEffectMode
See Also