Click or drag to resize
VignetteEffectAmount Property
Specifies the size of the vignette region as a percentage of the full image.

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

Property Value

Type: Single
Remarks

An amount of 0 means the entire image remains unfaded, while 1 fades the image in and then straight back out again with no part of it remaining 100% unfaded.

Default value 0.1, range 0 to 1.

See Also