Click or drag to resize
HighlightsAndShadowsEffectMaskBlurAmount Property
Controls the size of the region used around a pixel to classify it as highlight or shadow. Lower values result in more localized adjustments. Default value 1.25, 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 MaskBlurAmount { get; set; }

Property Value

Type: Single
See Also