Notification Class Members
In This Topic
The following tables list the members exposed by Notification.
Public Constructors
Public Properties
| Name | Description |
 | HasHelpTopic |
Gets if there is a help topic link.
|
 | HelpText |
Gets or sets the text accompanying the HelpTopic (if set).
default: "Learn More..."
|
 | HelpTopic |
Gets or sets the Help topic link. (optional)
|
 | Id |
Gets or sets the framework assigned id.
|
 | ImageSource |
Gets or sets the image to show. ImageUrl must be null for this property to work properly.
|
 | ImageUrl |
Gets or sets the image to show. Use ImageSource if you have a resource.
|
 | Message |
Gets or sets the message.
|
 | Severity |
Toast notification severity
|
 | Title |
Gets or sets the title.
|
Top
Protected Methods
| Name | Description |
 | OnClick |
Occurs when a notification message is clicked by the user.
|
Top
Public Events
See Also