9 lines
502 B
XML
9 lines
502 B
XML
<?xml version="1.0" ?>
|
|
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
|
|
<DrawingGroup x:Key="Image">
|
|
<DrawingGroup.ClipGeometry>
|
|
<RectangleGeometry Rect="0.0,0.0,96.0,96.0"/>
|
|
</DrawingGroup.ClipGeometry>
|
|
</DrawingGroup>
|
|
<DrawingImage Drawing="{StaticResource Image}" x:Key="di_Image"/>
|
|
</ResourceDictionary>
|