Skip to content

[Feature] Shadow Receiver XAML Helpers #3122

@michael-hawker

Description

@michael-hawker

Describe the problem this feature would solve

To use the new Shadow API in XAML without code-behind. See blog here for more examples.

Describe the solution

A way to make it easier to use shadows in apps via XAML. Initial Proposal example:

<Grid x:Name="BgGrid" …>
 <ex:ShadowExt.Receivers>
   <ex:ShadowExt.Receiver Source="{StaticResource BgGridShadow}">
   <ex:ShadowExt.Receiver Source="{StaticResource HeroImageShadow}">
 </ex:ShadowExt.Receivers>
...
</Grid>

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions