NotificationPositionSettingsTagHelper
Example
Razor
<position/>
Attributes
Attribute | Type | Description |
---|---|---|
bottom | Double | Determines the pixel position of the first popup notification with regard to the viewport's bottom edge. |
left | Double | Determines the pixel position of the first popup notification with regard to the viewport's left edge. |
pinned | Boolean | Determines whether the popup notifications will move together with the other page content during scrolling. |
right | Double | Determines the pixel position of the first popup notification with regard to the viewport's right edge. |
top | Double | Determines the position of the first popup notification with regard to the viewport's top edge. Numeric values are treated as pixels. |