Enum
AlertScreenPosition

Represents a set of possible screen positions for a RadDesktopAlertwindows.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public enum AlertScreenPosition

Fields

BottomCenter

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

Declaration

cs-api-definition
BottomCenter = 2

Field Value

AlertScreenPosition

BottomLeft

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

Declaration

cs-api-definition
BottomLeft = 3

Field Value

AlertScreenPosition

BottomRight

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

Declaration

cs-api-definition
BottomRight = 1

Field Value

AlertScreenPosition

Manual

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

Declaration

cs-api-definition
Manual = 0

Field Value

AlertScreenPosition

TopCenter

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

Declaration

cs-api-definition
TopCenter = 5

Field Value

AlertScreenPosition

TopLeft

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

Declaration

cs-api-definition
TopLeft = 6

Field Value

AlertScreenPosition

TopRight

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

Declaration

cs-api-definition
TopRight = 4

Field Value

AlertScreenPosition