Table of Contents

Enum ToastPosition

Namespace
BlazOrbit.Components.Layout
Assembly
BlazOrbit.dll

Anchor corner for a toast within the host viewport.

public enum ToastPosition

Fields

BottomCenter = 4

Bottom-center.

BottomLeft = 3

Bottom-left.

BottomRight = 5

Bottom-right.

TopCenter = 1

Top-center.

TopLeft = 0

Top-left.

TopRight = 2

Top-right (default).