Controls/Ellipse: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=Ellipse | kind=Shape | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/shapes/ellipse | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Shape deriving from '''Shape'''; uses drawing backend. | props= <tr><td>Fill</td><td>?</td><td></td><td>Brush fill</td></tr> <tr><td>Stroke</td><td>?</td><td></td><td>Stroke brush</td></tr> <tr><td>StrokeThickness</td><td>?</td><td></td><td>Line width</td></tr> <tr><td>Stro..." |
(No difference)
|
Latest revision as of 15:57, 17 October 2025
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 |