DropShadowEffect.BlurRadius Property

Definition

Gets or sets a value that indicates the radius of the shadow's blur effect.

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

Property Value

A value that indicates the radius of the shadow's blur effect. The default is 5.

Applies to

See also