DropShadow.BlurRadius 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.
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.