NotificationService Properties
Allows you to show Windows 8/10 Style notifications.Name | Description |
---|---|
ApplicationActivator | Gets or sets the notification Activator - a descendant of the ToastNotificationActivator class that allows you to manage end-user interactions with notification elements (buttons, selection menus and input boxes). |
ApplicationIconPath | Gets or sets the path to the application icon, displayed within Windows 10 Style notifications. |
ApplicationId | Gets or sets the application id. This is a dependency property. |
ApplicationName | Gets or sets the caption of an application shortcut, pinned to the Windows 10 Start Screen. |
AreWin8NotificationsAvailable | Gets a value indicating whether native Windows 8/10 notifications are available. |
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
CreateApplicationShortcut | Gets or sets whether the service should add application shortcut to the Windows 10 Start Screen. |
CustomNotificationDuration | Specifies the duration for the display of custom notifications. This is a dependency property. |
CustomNotificationPosition | Gets or sets the position of custom notifications. This is a dependency property. |
CustomNotificationScreen | Gets or sets the monitor where the custom notification is shown. This is a dependency property. |
CustomNotificationStyle | Gets or sets the style of custom notifications. This is a dependency property. |
CustomNotificationTemplate | Gets or sets the template that defines the presentation of custom notifications. This is a dependency property. |
CustomNotificationTemplateSelector | Gets or sets an object that chooses a custom notification template based on custom logic. This is a dependency property. |
CustomNotificationVisibleMaxCount | Gets or sets maximum number of custom notifications that are shown simultaneously. This is a dependency property. |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
HasAnimatedProperties | Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable. |
IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
PredefinedNotificationDuration | Specifies the duration for the display of predefined notifications. This is a dependency property. |
PredefinedNotificationTemplate | Gets or sets the template that defines the presentation of predefined notifications. This is a dependency property. |
RemoveApplicationShortcutOnUnloaded | 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. |
UnregisterOnUnloaded | Gets or sets whether to unregister the service when the associated View is unloaded. This is a dependency property. Inherited from ServiceBase. |
UseWin8NotificationsIfAvailable | Gets or sets a value indicating whether native Windows 8/10 notifications are used. This is a dependency property. |
See Also