Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 6a46fb5

Browse files
committed
Fixed incorrect path for T-Rex sample image
1 parent 0109e8b commit 6a46fb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/ImageBlendBrush/ImageBlendBrushXaml.bind

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<Border Grid.Column="1">
2828
<Border.Background>
2929
<media:ImageBlendBrush
30-
Source="/SamplePages/DropShadowPanel/Trex.png"
30+
Source="/SamplePages/Shadows/Trex.png"
3131
Stretch="@[Trex Stretch:Enum:Stretch.None]"
3232
Mode="@[Trex Blend Mode:Enum:ImageBlendMode.Subtract]"
3333
/>

0 commit comments

Comments
 (0)