5 lines
350 B
XML
5 lines
350 B
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<ImageBrush x:Key="TileBrush" TileMode="Tile" ViewportUnits="Absolute" Viewport="0 0 32 32"
|
|
ImageSource="public/003540AH4M72.jpg" Opacity="0.3" />
|
|
</ResourceDictionary> |