BlurEffect.Radius Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets the amount of blurring applied by the BlurEffect.

Namespace:  System.Windows.Media.Effects
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Property Radius As Double
public double Radius { get; set; }
<BlurEffect Radius="double"/>

Property Value

Type: System.Double
The radius used in the blur, as a pixel-based factor. The default is 5.

Remarks

Dependency property identifier field: RadiusProperty

A value of 0 is unblurred; values of 1 or greater produce an increasingly blurred effect.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.