Is there a better option to make a grid with rounded corners? Might this cause any problems?
(Example: Wanted is a corner-radius of 10 & background colour of #FF292A2E)
<Grid Height="300" Width="150" Background="Transparent" >
<Border x:Name="roundBorder" BorderThickness="0" CornerRadius="10" Background="#FF292A2E"/>
</Grid>