You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
You need to pass in a duration to the show method.
Expected behavior
It'd be nice to have a NotificationDuration property that you can set in XAML. If set, this would be used in the Show calls if no duration is passed in. Otherwise, it'd be the current behavior (i.e. this wouldn't be a breaking change but an addition).
This would be helpful for centralized notifications or more complex stying/behaviors dictated by other XAML systems.
I'm submitting a...
Current behavior
You need to pass in a duration to the show method.
Expected behavior
It'd be nice to have a
NotificationDurationproperty that you can set in XAML. If set, this would be used in the Show calls if no duration is passed in. Otherwise, it'd be the current behavior (i.e. this wouldn't be a breaking change but an addition).This would be helpful for centralized notifications or more complex stying/behaviors dictated by other XAML systems.