IToastNotificationProperties Members
In This Article
#Properties
Name | Description |
---|---|
App |
Gets or sets the application logo image. This image is shown when the notification has the Generic template applied. |
App |
Gets or sets the way the IToast |
App |
Gets or sets the path to the image that is used as the application logo image. This image is shown when the notification has the Generic template applied. |
Attribution |
Gets or sets the attribution text, displayed to the application name’s right. This text is shown when the notification has the Generic template applied. |
Body | Gets or sets this notification’s first body text string. |
Body2 | Gets or sets this notification’s second body text string. |
Display |
Gets or sets the date and time associated with this notification. The notification time is visible in the Windows Action Center. |
Duration | Gets or sets this notification’s duration. |
Has |
Returns whether this notification has an application logo image. |
Has |
Returns whether or not this notification has the application image path specified. |
Has |
Returns whether or not this notification has the hero image specified. |
Has |
Returns whether or not this notification has the path to the hero image specified. |
Has |
Gets or sets whether this notification currently has an image. |
Has |
Gets whether or not this notification has its image path specified. |
Header | Gets or sets the header text string for this notification. |
Hero |
Gets or sets the “hero image” - an image docked to the notification’s top. This image is shown when the notification has the Generic template applied. |
Hero |
Gets or sets the path to the “hero image” - an image docked to the notification’s top. This image is shown when the notification has the Generic template applied. |
ID | Gets or sets this notification’s ID. |
Image | Gets or sets this notification’s image. |
Image |
Gets or sets the path to an image displayed by this Toast |
Sound | Gets or sets the sound played when this notification is shown. |
Template | Gets or sets the current template for this notification. |
#Methods
Name | Description |
---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable. |
See Also