BlurBitmapEffect.Radius Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |