BlurBitmapEffect.Radius Property

Definition

Note: This API is now obsolete. The non-obsolete alternative is BlurEffect. Gets or sets the radius used in the blur kernel. A larger radius implies more blurring.

public:
 property double Radius { double get(); void set(double value); };
public double Radius { get; set; }
member this.Radius : double with get, set
Public Property Radius As Double

Property Value

The radius used in the blur kernel, in DIU (1/96 of an inch). The default value is 5.

Remarks

A larger radius implies more blurring. The amount of blurring is also affected by the kernel used to create the blur, see KernelType.

Dependency Property Information

Identifier field RadiusProperty
Metadata properties set to true None

Applies to