Class AlertScreenPosition
Represents a set of possible screen positions for RadDesktopAlert.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class AlertScreenPosition : Enum
Fields
BottomCenter
RadDesktopAlert is shown at the bottom center part of the working area of the primary screen.
Declaration
public const AlertScreenPosition BottomCenter
Field Value
AlertScreenPosition
|
BottomLeft
RadDesktopAlert is shown at the bottom left part of the working area of the primary screen.
Declaration
public const AlertScreenPosition BottomLeft
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
public const AlertScreenPosition BottomRight
Field Value
AlertScreenPosition
|
TopCenter
RadDesktopAlert is shown at the top center part of the working area of the primary screen.
Declaration
public const AlertScreenPosition TopCenter
Field Value
AlertScreenPosition
|
TopLeft
RadDesktopAlert is shown at the top left part of the working area of the primary screen.
Declaration
public const AlertScreenPosition TopLeft
Field Value
AlertScreenPosition
|
TopRight
RadDesktopAlert is shown at the top right part of the working area of the primary screen.
Declaration
public const AlertScreenPosition TopRight
Field Value
AlertScreenPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|