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