namespace WPFluent.Controls; public enum ToastLocation { Center, Left, Right, TopLeft, TopCenter, TopRight, BottomLeft, BottomCenter, BottomRight, }