alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved