Controls/Polyline: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=Polyline | kind=Shape | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/shapes/polyline | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Open polyline; good for charts/paths. | props= <tr><td>Points</td><td>?</td><td></td><td>Vertex list</td></tr> <tr><td>Stroke</td><td>?</td><td></td><td>Brush</td></tr> <tr><td>StrokeThickness</td><td>?</td><td></td><td>Width</td></tr> <tr><td>StrokeDashArray</td><td>?</t..." |
(No difference)
|
Latest revision as of 16:09, 17 October 2025
Polyline
- Kind
- Shape
- Microsoft Docs
- Polyline documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Open polyline; good for charts/paths.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Points | ? | Vertex list | |
| Stroke | ? | Brush | |
| StrokeThickness | ? | Width | |
| StrokeDashArray | ? | Dash pattern |