GlowEffect.Radius Property
Gets or sets the radius of the glow.
Syntax
public System.Int32 Radius { get; set; }
Property Value
Default: 6
A value that specifies the radius of the glow.
Remarks
The radius indicates the furthest distance that the glow can reach. The amount that a pixel affects another pixel is decreased with the distance to it according to the Gaussian distribution, similar to how the BlurEffect is performed.
Platforms
Windows, Linux, Android