Controls/Border
Jump to navigation
Jump to search
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 |