Controls/Path: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=Map | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/map | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Requires Maps package/handler; Linux backend TBD. | props= <tr><td>MapType</td><td>?</td><td></td><td>Street/Satellite</td></tr> <tr><td>IsShowingUser</td><td>?</td><td></td><td>Location permissions</td></tr> <tr><td>Pins</td><td>?</td><td></td><td>Markers</td></tr> <tr><td>VisibleRegio..." |
No edit summary |
||
| Line 1: | Line 1: | ||
{{ElementSpec | {{ElementSpec | ||
| title= | | title=Path | ||
| kind= | | kind=Shape | ||
| ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/ | | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/shapes/path | ||
| introduced=MAUI 6.0 (.NET 6) | | introduced=MAUI 6.0 (.NET 6) | ||
| deprecated=No | | deprecated=No | ||
| notes= | | notes=Vector path shape; relies on drawing backend. | ||
| props= | | props= | ||
<tr><td> | <tr><td>Data</td><td>?</td><td></td><td>Geometry data</td></tr> | ||
<tr><td> | <tr><td>Fill</td><td>?</td><td></td><td>Brush fill</td></tr> | ||
<tr><td> | <tr><td>Stroke</td><td>?</td><td></td><td>Stroke brush</td></tr> | ||
<tr><td> | <tr><td>StrokeThickness</td><td>?</td><td></td><td>Width</td></tr> | ||
<tr><td>StrokeDashArray</td><td>?</td><td></td><td>Dash pattern</td></tr> | |||
}} | }} | ||
Latest revision as of 16:07, 17 October 2025
Path
- Kind
- Shape
- Microsoft Docs
- Path documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Vector path shape; relies on drawing backend.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Data | ? | Geometry data | |
| Fill | ? | Brush fill | |
| Stroke | ? | Stroke brush | |
| StrokeThickness | ? | Width | |
| StrokeDashArray | ? | Dash pattern |