Enum
AlertScreenPosition

Represents a set of possible screen positions for RadDesktopAlert.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public enum AlertScreenPosition

Fields

BottomCenter

RadDesktopAlert is shown at the bottom center part of the working area of the primary screen.

Declaration

cs-api-definition
BottomCenter = 1

Field Value

AlertScreenPosition

BottomLeft

RadDesktopAlert is shown at the bottom left part of the working area of the primary screen.

Declaration

cs-api-definition
BottomLeft = 2

Field Value

AlertScreenPosition

BottomRight

RadDesktopAlert is shown at the bottom right part of the working area of the primary screen. This is the default value.

Declaration

cs-api-definition
BottomRight = 0

Field Value

AlertScreenPosition

TopCenter

RadDesktopAlert is shown at the top center part of the working area of the primary screen.

Declaration

cs-api-definition
TopCenter = 4

Field Value

AlertScreenPosition

TopLeft

RadDesktopAlert is shown at the top left part of the working area of the primary screen.

Declaration

cs-api-definition
TopLeft = 5

Field Value

AlertScreenPosition

TopRight

RadDesktopAlert is shown at the top right part of the working area of the primary screen.

Declaration

cs-api-definition
TopRight = 3

Field Value

AlertScreenPosition