Controls/Frame: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=Frame | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/frame | introduced=MAUI 6.0 (.NET 6) | deprecated=.NET 9 | notes=Deprecated — use '''Border''' for styling/shadows. | props= <tr><td>CornerRadius</td><td>?</td><td></td><td></td></tr> <tr><td>HasShadow</td><td>?</td><td></td><td>Platform-dependent</td></tr> <tr><td>BorderColor</td><td>?</td><td></td><td>Use Border.Stroke</td></tr> <tr><td>C..." |
(No difference)
|
Latest revision as of 15:59, 17 October 2025
Frame
- Kind
- Control
- Microsoft Docs
- Frame documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- .NET 9
- Notes
- Deprecated — use Border for styling/shadows.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| CornerRadius | ? | ||
| HasShadow | ? | Platform-dependent | |
| BorderColor | ? | Use Border.Stroke | |
| Content | ? | Child view | |
| Padding | ? | ||
| Background | ? | Use Brush where possible |