DropShadow.BlurRadius Property

Definition

The radius of the Gaussian blur used to generate the shadow. Animatable.

public:
 property float BlurRadius { float get(); void set(float value); };
float BlurRadius();

void BlurRadius(float value);
public float BlurRadius { get; set; }
var single = dropShadow.blurRadius;
dropShadow.blurRadius = single;
Public Property BlurRadius As Single

Property Value

Single

float

The radius of the Gaussian blur used to generate the shadow. Defaults to 9.0f. Specifying a value of 0 will result in no blur occurring.

Remarks

This property can be animated. Call CompositionObject.StartAnimation to associate it with a CompositionAnimation.

Applies to