Files
2026-06-01 12:46:52 +02:00

8 lines
362 B
XML

<Grid>
<Border x:Name='Border' Background='#FFFFFFFF' />
<Canvas x:Name='Canvas' HorizontalAlignment='Center' VerticalAlignment='Center'>
<Rectangle x:Name='Fill' Width='10' Height=' 3' StrokeThickness='1' Stroke='#FF000000' Fill='#FF000000' />
<Rectangle x:Name='Stroke' Width='10' Height='10' StrokeThickness='1' Stroke='#FF000000' />
</Canvas>
</Grid>