DxToastProvider Members
In This Article
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Animation |
Specifies the animation type used to display toasts. |
Display |
Specifies how long toasts are visible. |
Freeze |
Specifies whether to turn off auto-hide for a toast after it has been clicked. |
Horizontal |
Specifies horizontal alignment applied to toasts. |
Max |
Limits the maximum height of toast notifications. |
Max |
Specifies the maximum number of visible toast notifications. |
Name | Specifies a name of the toast provider. |
Render |
Specifies a toast’s predefined style. |
Show |
Specifies whether toasts display the Close button. |
Show |
Specifies whether to show an icon in toast notifications. |
Size |
Specifies the size of toast notifications and their content. |
Stick |
Specifies whether toast notifications are anchored to the viewport or the provider’s container. |
Theme |
Specifies a toast’s predefined color filling mode. |
Vertical |
Specifies vertical alignment applied to toasts. |
Width | Specifies the width of the toast notification container. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also