Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 707 Bytes

dropshadow_blurradius.md

File metadata and controls

26 lines (16 loc) · 707 Bytes
-api-id -api-type
P:Windows.UI.Composition.DropShadow.BlurRadius
winrt property

Windows.UI.Composition.DropShadow.BlurRadius

-description

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

-property-value

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.

-examples

-see-also