alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class ToastPlacement

    Specifies the screen placement for toasts when rendered by the overlay host.

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

    Fields

    BottomCenter

    Bottom-center of the screen.

    Declaration
    public const ToastPlacement BottomCenter
    Field Value
    Type
    ToastPlacement

    BottomLeft

    Bottom-left corner of the screen.

    Declaration
    public const ToastPlacement BottomLeft
    Field Value
    Type
    ToastPlacement

    BottomRight

    Bottom-right corner of the screen.

    Declaration
    public const ToastPlacement BottomRight
    Field Value
    Type
    ToastPlacement

    LeftCenter

    Center-left side of the screen.

    Declaration
    public const ToastPlacement LeftCenter
    Field Value
    Type
    ToastPlacement

    RightCenter

    Center-right side of the screen.

    Declaration
    public const ToastPlacement RightCenter
    Field Value
    Type
    ToastPlacement

    TopCenter

    Top-center of the screen.

    Declaration
    public const ToastPlacement TopCenter
    Field Value
    Type
    ToastPlacement

    TopLeft

    Top-left corner of the screen.

    Declaration
    public const ToastPlacement TopLeft
    Field Value
    Type
    ToastPlacement

    TopRight

    Top-right corner of the screen.

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