Toolkit/Snackbar: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=Snackbar | kind=CommunityToolkit | ms_url=https://learn.microsoft.com/dotnet/communitytoolkit/maui/alerts/snackbar | introduced=Toolkit (MAUI era) | deprecated=No | notes=Transient inline message; verify GTK overlay/animation. | props= <tr><td>Text</td><td>?</td><td></td><td>Message body</td></tr> <tr><td>Duration</td><td>?</td><td></td><td>Display time</td></tr> <tr><td>ActionButtonText</td><td>?</td><td></td><td>Button label</td></tr>..." |
(No difference)
|
Latest revision as of 16:40, 17 October 2025
Snackbar
- Kind
- CommunityToolkit
- Microsoft Docs
- Snackbar documentation on learn.microsoft.com
- Introduced
- Toolkit (MAUI era)
- Deprecated
- No
- Notes
- Transient inline message; verify GTK overlay/animation.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Text | ? | Message body | |
| Duration | ? | Display time | |
| ActionButtonText | ? | Button label | |
| Action | ? | Callback | |
| VisualOptions | ? | Colors, corner radius |