-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Completed 🔥feature request 📬A request for new changes to improve functionalityA request for new changes to improve functionality
Milestone
Description
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>
Kyaa-dost, harvinders, niels9001, lorisobi, Sergio0694 and 3 more
Metadata
Metadata
Assignees
Labels
Completed 🔥feature request 📬A request for new changes to improve functionalityA request for new changes to improve functionality