Set background image opacity to 0.5 for ImagePanel

This commit is contained in:
ema
2026-04-13 22:11:54 +08:00
parent 52c4221a2e
commit 26fe346198
@@ -29,6 +29,7 @@
<Setter.Value>
<ImageBrush AlignmentY="Top"
ImageSource="Resources/background-b.png"
Opacity="0.5"
RenderOptions.BitmapScalingMode="NearestNeighbor"
Stretch="UniformToFill"
TileMode="Tile"