Mega Code Archive

 
Categories / VB.Net Tutorial / WPF
 

Ellipse Shape

<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"       xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"       HorizontalAlignment="Stretch" VerticalAlignment="Stretch">     <Ellipse Width="100" Height="50" Fill="Yellow" Stroke="Black" /> </Page>