Toolkit/Toast: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=Toast | kind=CommunityToolkit | ms_url=https://learn.microsoft.com/dotnet/communitytoolkit/maui/alerts/toast | introduced=Toolkit (MAUI era) | deprecated=No | notes=Lightweight notification; positioning per platform. | props= <tr><td>Text</td><td>?</td><td></td><td>Message</td></tr> <tr><td>Duration</td><td>?</td><td></td><td>Short/Long</td></tr> <tr><td>FontSize</td><td>?</td><td></td><td>Appearance</td></tr> }}" |
(No difference)
|
Latest revision as of 16:41, 17 October 2025
Toast
- Kind
- CommunityToolkit
- Microsoft Docs
- Toast documentation on learn.microsoft.com
- Introduced
- Toolkit (MAUI era)
- Deprecated
- No
- Notes
- Lightweight notification; positioning per platform.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Text | ? | Message | |
| Duration | ? | Short/Long | |
| FontSize | ? | Appearance |