You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
414 B
Smalltalk

Draws a circle with a blue interior
<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Microsoft.Samples.Graphics.RectangleExample"
WindowTitle="Example">
<Canvas>
<Ellipse
Width="80"
Height="80"
Fill="Red"
Canvas.Left="120"
Canvas.Top="36"/>
</Canvas>
</Page>