EnumAlertScreenPosition
Enum
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.
BottomLeft
RadDesktopAlert is shown at the bottom left part of the working area of the primary screen.
BottomRight
RadDesktopAlert is shown at the bottom right part of the working area of the primary screen. This is the default value.
TopCenter
RadDesktopAlert is shown at the top center part of the working area of the primary screen.
TopLeft
RadDesktopAlert is shown at the top left part of the working area of the primary screen.
TopRight
RadDesktopAlert is shown at the top right part of the working area of the primary screen.