alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class ToastSeverity

    Describes the semantic severity of a toast, used to adjust visuals.

    Inheritance
    System.Object
    ToastSeverity
    Namespace: Syncfusion.UI.Xaml.SfToastNotification
    Assembly: Syncfusion.SfToastNotification.WPF.dll
    Syntax
    public sealed class ToastSeverity : Enum

    Fields

    Error

    Error severity (negative/failure state).

    Declaration
    public const ToastSeverity Error
    Field Value
    Type
    ToastSeverity

    Info

    Informational severity (neutral tone).

    Declaration
    public const ToastSeverity Info
    Field Value
    Type
    ToastSeverity

    None

    Declaration
    public const ToastSeverity None
    Field Value
    Type
    ToastSeverity

    Success

    Success severity (positive result).

    Declaration
    public const ToastSeverity Success
    Field Value
    Type
    ToastSeverity

    Warning

    Warning severity (requires attention).

    Declaration
    public const ToastSeverity Warning
    Field Value
    Type
    ToastSeverity
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved