NotificationPosition Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Enumerates the Notification position.

Namespace:  Telerik.WebAii.Controls.Html
Assembly:  Telerik.WebAii.Controls.Html (in Telerik.WebAii.Controls.Html.dll) Version: 2012.1.411.0 (2012.1.411.0)
Syntax

public enum NotificationPosition
Members

  Member nameValueDescription
TopLeft11 The notification position is TopLeft.
TopCenter12 The notification position is TopCenter.
TopRight13 The notification position is TopRight.
MiddleLeft21 The notification position is MiddleLeft.
Center22 The notification position is Center.
MiddleRight23 The notification position is MiddleRight.
BottomLeft31 The notification position is BottomLeft.
BottomCenter32 The notification position is BottomCenter.
BottomRight33 The notification position is BottomRight.
See Also

Reference