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 |