Controls/Border: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=Border | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/border | introduced=MAUI 6.0 (.NET 6) | deprecated= | notes=Preferred over deprecated Frame for styling. | props= <tr><td>Stroke</td><td>?</td><td></td><td>Brush/color</td></tr> <tr><td>StrokeThickness</td><td>?</td><td></td><td>Border width</td></tr> <tr><td>StrokeShape</td><td>?</td><td></td><td>e.g., RoundRectangle</td></tr> <tr><td>Strok..." |
No edit summary |
||
| Line 4: | Line 4: | ||
| ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/border | | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/border | ||
| introduced=MAUI 6.0 (.NET 6) | | introduced=MAUI 6.0 (.NET 6) | ||
| deprecated= | | deprecated=No | ||
| notes=Preferred over deprecated Frame for styling. | | notes=Preferred over deprecated Frame for styling. | ||
| props= | | props= | ||
Latest revision as of 15:52, 17 October 2025
Border
- Kind
- Control
- Microsoft Docs
- Border documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Preferred over deprecated Frame for styling.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Stroke | ? | Brush/color | |
| StrokeThickness | ? | Border width | |
| StrokeShape | ? | e.g., RoundRectangle | |
| StrokeDashArray | ? | Dashed border pattern | |
| Background | ? | Fill brush | |
| Padding | ? | Inner spacing | |
| Content | ? | Child view |