Restructured the ToastNotification UG content#2222
Conversation
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|  | ||
|
|
||
| N> For displaying default/native toast notifications, you must initialize the **WindowsToastBootstrapper** for your application in `App.xaml.cs`. This initialization is required for the OS level toast to work. Please refer to the [Application Startup Configuration](https://help.syncfusion.com/wpf/Toast-Notification/getting-started#application-startup-configuration) section to know more. | ||
| > For displaying default or native toast notifications, you must initialize the `WindowsToastBootstrapper` for your application in `App.xaml.cs`. This initialization is required for OS-level toast notifications. |
|
|
||
|  | ||
|
|
||
| > `Window` and `Screen` are in-app toast modes and support customization, while `Default` mode uses native OS behavior and has limited customization. No newline at end of file |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
| | **Flip Right Down** | `FlipRightDownIn` | `FlipRightDownOut` | | ||
| | **None** | `None` | `None` | | ||
|
|
||
| N> Appearance customization features such as `Severity`, `Variant`, `AccentBrush`, `Placement`, `ShowAnimationType`, `CloseAnimationType`, and `Duration` are not supported in `Default` mode because OS-level toast appearance and behavior are controlled by the operating system. These features are supported for custom toast notifications displayed in `Window` or `Screen` mode. The `Variant` and `AccentBrush` properties are applicable only when `Severity` is set to `Info`, `Success`, `Warning`, or `Error`. They are not applicable when `Severity` is set to `None`. |
There was a problem hiding this comment.
Severity variant and AccentBrush come under appearance customization, whereas other options such as placement, animation, and duration are not part of appearance customization
There was a problem hiding this comment.
I will separate the notes into two parts
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
Description:
Restructured UG content for WPF ToastNotifcation control.