Fig. 1 - Ellipse control
A simple ellipse.
Properties that are common to this and many other controls are described in Common Properties.
| Property | Description |
|---|---|
| Fill | The colour of the ellipse |
| Height | See Common Properties |
| IsEnabled | Ignored in this control |
| Language | Ignored in this control |
| Margin | See Common Properties |
| Name | See Common Properties |
| Stretch | Ignored in this control |
| Stroke | The colour of the ellipse outline |
| StrokeThickness | The thickness of the ellipse outline |
| Visibility | See Common Properties |
| Width | See Common Properties |
To create a circle, enter the same value for both Height and Width.
See also the Rectangle control.