Controls/Line: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=Line | kind=Shape | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/shapes/line | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Vector shape; relies on drawing backend. | props= <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>X1 / Y1 / X2 / Y2</td><td>?</td><td></td><td>Endpoints</td></tr> <tr><td>StrokeDashArray</td><td>..." |
(No difference)
|
Latest revision as of 16:04, 17 October 2025
Line
- Kind
- Shape
- Microsoft Docs
- Line documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Vector shape; relies on drawing backend.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Stroke | ? | Brush | |
| StrokeThickness | ? | Width | |
| X1 / Y1 / X2 / Y2 | ? | Endpoints | |
| StrokeDashArray | ? | Dash pattern | |
| StrokeLineCap | ? | Cap style |