There was an error while loading. Please reload this page.
To use the new Shadow API in XAML without code-behind. See blog here for more examples.
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>
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: