<Canvas>
 <Rectangle Width="300" Height="100" Canvas.Top="30" Canvas.Left="30">
  <Rectangle.Fill>
  <SolidColorBrush Color="#3e3e3e" />
  </Rectangle.Fill>
 </Rectangle>
  </Canvas>
</Page>