7 lines
275 B
XML
7 lines
275 B
XML
<Grid>
|
|
<Border x:Name='Border' Background='#FFFFFFFF' />
|
|
<Canvas x:Name='Canvas' HorizontalAlignment='Center' VerticalAlignment='Center' Height='9'>
|
|
<Rectangle x:Name='Fill' Margin='0,6,0,0' Width='9' Height='3' StrokeThickness='0' Fill='#FF000000' />
|
|
</Canvas>
|
|
</Grid>
|