Controls/Ellipse
Jump to navigation
Jump to search
Ellipse
- Kind
- Shape
- Microsoft Docs
- Ellipse documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Shape deriving from Shape; uses drawing backend.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Fill | ? | Brush fill | |
| Stroke | ? | Stroke brush | |
| StrokeThickness | ? | Line width | |
| StrokeDashArray | ? | Dash pattern | |
| StrokeLineCap | ? | Cap style | |
| StrokeLineJoin | ? | Join style | |
| StrokeMiterLimit | ? | Bevel/miter control |