Enum AlertScreenPosition
Represents a set of possible screen positions for RadDesktopAlert.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public enum AlertScreenPosition
BottomCenter
RadDesktopAlert is shown at the bottom center part of the working area of the primary screen.
BottomLeft
RadDesktopAlert is shown at the bottom left part of the working area of the primary screen.
BottomRight
RadDesktopAlert is shown at the bottom right part of the working area of the primary screen. This is the default value.
TopCenter
RadDesktopAlert is shown at the top center part of the working area of the primary screen.
TopLeft
RadDesktopAlert is shown at the top left part of the working area of the primary screen.
TopRight
RadDesktopAlert is shown at the top right part of the working area of the primary screen.