Ellipse

The Ellipse element is not properly a user control because it is actually a geometric shape. It is useful to understand how the element works because you can use it when creating your custom control templates. The following XAML code declares an Ellipse:

image

The most important properties are Width and Height that define dimensions. Stroke defines the color that surrounds the ellipse, and StrokeThickness is a value indicating the stroke depth. As with other geometric shapes, Ellipse background can be assigned via the Fill property. Figure 32.6 shows the drawn ellipse.

Figure 32.6 Drawing and filling an ellipse.

Get Visual Basic® 2010 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.