Controls/BoxView

From Wiki Maui Linux NET
Revision as of 15:52, 17 October 2025 by Ten (talk | contribs) (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> }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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