Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 838 Bytes

dropshadow_mask.md

File metadata and controls

25 lines (17 loc) · 838 Bytes
-api-id -api-type
P:Microsoft.UI.Composition.DropShadow.Mask
winrt property

Microsoft.UI.Composition.DropShadow.Mask

-description

Brush used to specify an opacity mask for the shadow. Defaults to the SpriteVisual's brush. Animatable.

-property-value

Brush used to specify an opacity mask for the shadow. Defaults to the SpriteVisual's brush.

-remarks

A non-rectangular shadow can be casted by setting the Mask of the Shadow property to a SurfaceBrush that represents the shape.

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

-examples

-see-also