NotificationService Properties
Allows you to show Windows 8/10 Style notifications.
Name | Description |
---|---|
Application |
Gets or sets the notification Activator - a descendant of the Toast |
Application |
Gets or sets the path to the application icon, displayed within Windows 10 Style notifications. |
Application |
Gets or sets the application id. This is a dependency property. |
Application |
Gets or sets the caption of an application shortcut, pinned to the Windows 10 Start Screen. |
Are |
Gets a value indicating whether native Windows 8/10 notifications are available. |
Can |
Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
Create |
Gets or sets whether the service should add application shortcut to the Windows 10 Start Screen. |
Custom |
Specifies the duration for the display of custom notifications. This is a dependency property. |
Custom |
Gets or sets the position of custom notifications. This is a dependency property. |
Custom |
Gets or sets the monitor where the custom notification is shown. This is a dependency property. |
Custom |
Gets or sets the style of custom notifications. This is a dependency property. |
Custom |
Gets or sets the template that defines the presentation of custom notifications. This is a dependency property. |
Custom |
Gets or sets an object that chooses a custom notification template based on custom logic. This is a dependency property. |
Custom |
Gets or sets maximum number of custom notifications that are shown simultaneously. This is a dependency property. |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Has |
Gets a value that indicates whether one or more Animation |
Is |
Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Predefined |
Specifies the duration for the display of predefined notifications. This is a dependency property. |
Predefined |
Gets or sets the template that defines the presentation of predefined notifications. This is a dependency property. |
Remove |
Gets or sets whether the application shortcut should be removed from the Windows 10 Start Screen. This property works only if the application shortcut is created by the service. |
Sound | Gets or sets the sound played when a notification is shown. |
Unregister |
Gets or sets whether to unregister the service when the associated View is unloaded. This is a dependency property.
Inherited from Service |
Use |
Gets or sets a value indicating whether native Windows 8/10 notifications are used. This is a dependency property. |
See Also