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.
|
| OnHyperlinkCommand |
Occurs when a notification's message is in rich text format (RTF),
and the user clicks on the hyperlink that triggers a command.
|
Top
Public Events
See Also