NotificationPositionSettingsBuilder
Methods
Bottom(System.Double)
Determines the pixel position of the first popup notification with regard to the viewport's bottom edge.
Parameters
value - System.Double
The value for Bottom
RETURNS
Returns the current NotificationPositionSettingsBuilder instance.
Left(System.Double)
Determines the pixel position of the first popup notification with regard to the viewport's left edge.
Parameters
value - System.Double
The value for Left
RETURNS
Returns the current NotificationPositionSettingsBuilder instance.
Pinned(System.Boolean)
Determines whether the popup notifications will move together with the other page content during scrolling.
Parameters
value - System.Boolean
The value for Pinned
RETURNS
Returns the current NotificationPositionSettingsBuilder instance.
Right(System.Double)
Determines the pixel position of the first popup notification with regard to the viewport's right edge.
Parameters
value - System.Double
The value for Right
RETURNS
Returns the current NotificationPositionSettingsBuilder instance.
Top(System.Double)
Determines the position of the first popup notification with regard to the viewport's top edge. Numeric values are treated as pixels.
Parameters
value - System.Double
The value for Top
RETURNS
Returns the current NotificationPositionSettingsBuilder instance.