eDosStationFull/eDosStation/Images/checked.xaml

10 lines
502 B
Text
Raw Normal View History

2026-08-18 12:15:26 +02:00
<?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>