UI/ModalPages: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=Modal Pages | kind=System UI / Navigation | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/modal-page | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Full-screen modal pages via Navigation.PushModal/PopModal. | props= <tr><td>Page</td><td>?</td><td></td><td>Modal content</td></tr> <tr><td>Animated</td><td>?</td><td></td><td>Use animations</td></tr> }}" |
(No difference)
|
Latest revision as of 16:37, 17 October 2025
Modal Pages
- Kind
- System UI / Navigation
- Microsoft Docs
- Modal Pages documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Full-screen modal pages via Navigation.PushModal/PopModal.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Page | ? | Modal content | |
| Animated | ? | Use animations |