alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class ToastVariant

    Specifies the visual variant used to render the toast.

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

    Fields

    Filled

    Filled variant using accent background.

    Declaration
    public const ToastVariant Filled
    Field Value
    Type
    ToastVariant

    Outlined

    Outlined variant with border accent.

    Declaration
    public const ToastVariant Outlined
    Field Value
    Type
    ToastVariant

    Text

    Minimal text variant.

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