BlurEffect.Radius Property
Gets or sets the radius of the blur.
Syntax
public System.Int32 Radius { get; set; }
Property Value
Default: 6
The radius of the blur in pixels.
Remarks
The radius indicates the furthest distance that a pixel may affect other pixels. The amount that a pixel affects another pixel is decreased with the distance to it according to the Gaussian distribution.
Platforms
Windows, Linux, Android