Enum
NotificationPosition

Enumerates the Notification position.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public enum NotificationPosition

Fields

BottomCenter

The notification position is BottomCenter.

Declaration

cs-api-definition
BottomCenter = 32

Field Value

NotificationPosition

BottomLeft

The notification position is BottomLeft.

Declaration

cs-api-definition
BottomLeft = 31

Field Value

NotificationPosition

BottomRight

The notification position is BottomRight.

Declaration

cs-api-definition
BottomRight = 33

Field Value

NotificationPosition

Center

The notification position is Center.

Declaration

cs-api-definition
Center = 22

Field Value

NotificationPosition

MiddleLeft

The notification position is MiddleLeft.

Declaration

cs-api-definition
MiddleLeft = 21

Field Value

NotificationPosition

MiddleRight

The notification position is MiddleRight.

Declaration

cs-api-definition
MiddleRight = 23

Field Value

NotificationPosition

TopCenter

The notification position is TopCenter.

Declaration

cs-api-definition
TopCenter = 12

Field Value

NotificationPosition

TopLeft

The notification position is TopLeft.

Declaration

cs-api-definition
TopLeft = 11

Field Value

NotificationPosition

TopRight

The notification position is TopRight.

Declaration

cs-api-definition
TopRight = 13

Field Value

NotificationPosition