New to Telerik UI for WinFormsStart a free 30-day trial

Represents a set of possible screen positions for a RadDesktopAlertwindows.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public enum AlertScreenPosition

Fields

The RadDesktopAlertwindow is shown centered at the bottom part of the working area of the current screen.

C#
BottomCenter = 2

The RadDesktopAlertwindow is shown at the bottom left part of the working area of the current screen.

C#
BottomLeft = 3

The RadDesktopAlertwindow is shown at the bottom right part of the working area of the current screen.

C#
BottomRight = 1

The RadDesktopAlertwindow is shown at the position that is set to the Location property.

C#
Manual = 0

The RadDesktopAlertwindow is shown centered at the top part of the working area of the current screen.

C#
TopCenter = 5

The RadDesktopAlertwindow is shown at the top left part of the working area of the current screen.

C#
TopLeft = 6

The RadDesktopAlertwindow is shown at the top right part of the working area of the current screen.

C#
TopRight = 4