Controls/Polygon: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=Polygon | kind=Shape | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/shapes/polygon | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Closed poly shape; drawing backend dependent. | props= <tr><td>Points</td><td>?</td><td></td><td>Vertex list</td></tr> <tr><td>Fill</td><td>?</td><td></td><td>Brush</td></tr> <tr><td>Stroke</td><td>?</td><td></td><td>Brush</td></tr> <tr><td>StrokeThickness</td><td>?</td><td..." |
(No difference)
|
Latest revision as of 16:08, 17 October 2025
Polygon
- Kind
- Shape
- Microsoft Docs
- Polygon documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Closed poly shape; drawing backend dependent.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Points | ? | Vertex list | |
| Fill | ? | Brush | |
| Stroke | ? | Brush | |
| StrokeThickness | ? | Width |