ComponentOne Bitmap for UWP
StandardDeviation Property (GaussianBlur)

C1.UWP.DX Assembly > C1.Util.DX.Direct2D.Effects Namespace > GaussianBlur Class : StandardDeviation Property
Gets or sets the amount of blur to be applied to the image. Default: 1.0f
Syntax
'Declaration
 
Public Property StandardDeviation As System.Single
public System.float StandardDeviation {get; set;}
Remarks
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

Reference

GaussianBlur Class
GaussianBlur Members