File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Microsoft.Toolkit.Uwp.SampleApp/SamplePages/Shadows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
21
21
<ScrollViewer>
22
22
<Grid>
23
- <!-- The ShadowTarget Grid here is a *sibling* element behind where our elements which will cast
23
+ <!-- The ShadowTarget Border here is a *sibling* element behind where our elements which will cast
24
24
shadows are located, this is important as otherwise if we used a parent element the
25
25
shadows would appear on top of our elements instead!
26
26
It is also placed within the ScrollViewer here so shadows move with their elements. -->
27
- <Grid x:Name="ShadowTarget"/>
27
+ <Border x:Name="ShadowTarget"/>
28
28
<StackPanel Spacing="32" VerticalAlignment="Center">
29
29
<!-- All buttons on this page have the shadow from the common style!
30
30
The Shadow definition is Shared! -->
You can’t perform that action at this time.
0 commit comments