Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.05 KB

themeshadow_receivers.md

File metadata and controls

37 lines (21 loc) · 1.05 KB
-api-id -api-type ms.custom
P:Windows.UI.Xaml.Media.ThemeShadow.Receivers
winrt property
19H1

Windows.UI.Xaml.Media.ThemeShadow.Receivers

-description

Gets a collection of UI elements that this ThemeShadow is cast on.

-property-value

A collection of UI elements that this ThemeShadow is cast on.

-remarks

Tip

For more info, design guidance, and code examples, see Z-depth and shadow.

To cast a shadow effect from a XAML UI element that isn't in a Popup, you must explicitly specify the other UI elements that can receive the shadow by adding them to this Receivers collection.

Receivers cannot be an ancestor of the caster in the visual tree.

-see-also

Z-depth and shadow, ThemeShadow, UIElement.Shadow

-examples