Draws an ellipse.
'Usage Dim instance As Ellipse 'Declaration Public NotInheritable Class Ellipse _ Inherits Shape
<Ellipse .../>
A shape cannot support child objects.
The following example shows how to create an Ellipse in XAML and set some of its common properties as attribute values.
Run this sample
<StackPanel> <Ellipse Fill="Yellow" Height="100" Width="200" StrokeThickness="2" Stroke="Black"/> </StackPanel>
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.