Enum AlertScreenPosition
Represents a set of possible screen positions for a RadDesktopAlertwindows.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum AlertScreenPosition
BottomCenter
The RadDesktopAlertwindow is shown centered at the bottom part of the working area of the current screen.
BottomLeft
The RadDesktopAlertwindow is shown at the bottom left part of the working area of the current screen.
BottomRight
The RadDesktopAlertwindow is shown at the bottom right part of the working area of the current screen.
Manual
The RadDesktopAlertwindow is shown at the position that is set to the Location property.
TopCenter
The RadDesktopAlertwindow is shown centered at the top part of the working area of the current screen.
TopLeft
The RadDesktopAlertwindow is shown at the top left part of the working area of the current screen.
TopRight
The RadDesktopAlertwindow is shown at the top right part of the working area of the current screen.