Mega Code Archive

 
Categories / VB.Net / WPF
 

Rounded rectangle

<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"       xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"       HorizontalAlignment="Stretch" VerticalAlignment="Stretch">     <Rectangle Width="100" Height="50" Fill="Black" RadiusX="30" RadiusY="20" /> </Page>