Controls/BoxView: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=BoxView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/boxview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Simple rectangle; useful for separators and color blocks. | props= <tr><td>Color</td><td>?</td><td></td><td>Fill color</td></tr> <tr><td>CornerRadius</td><td>?</td><td></td><td>Rounded corners</td></tr> <tr><td>Background</td><td>?</td><td></td><td>Brush support</td></tr> }}" |
(No difference)
|
Latest revision as of 15:52, 17 October 2025
BoxView
- Kind
- Control
- Microsoft Docs
- BoxView documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Simple rectangle; useful for separators and color blocks.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Color | ? | Fill color | |
| CornerRadius | ? | Rounded corners | |
| Background | ? | Brush support |