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