Class ToastMode
Specifies how toast notifications are displayed.
Inheritance
System.Object
ToastMode
Namespace: Syncfusion.UI.Xaml.SfToastNotification
Assembly: Syncfusion.SfToastNotification.WPF.dll
Syntax
public sealed class ToastMode : Enum
Fields
Default
Uses native OS toast notifications.
Declaration
public const ToastMode Default
Field Value
| Type |
|---|
| ToastMode |
Screen
Displays custom toast overlay globally across the screen.
Declaration
public const ToastMode Screen
Field Value
| Type |
|---|
| ToastMode |
Window
Displays custom toast notifications within the owning window.
Declaration
public const ToastMode Window
Field Value
| Type |
|---|
| ToastMode |