Skip to main content
A newer version of this page is available. .

NotificationService Properties

Allows you to show Windows 8 Style notifications.
Name Description
ApplicationId Gets or sets the application id. This is a dependency property.
AreWin8NotificationsAvailable Gets a value indicating whether native Windows 8 notifications are available.
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
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.
Sound Gets or sets the sound played when a notification is shown.
UnregisterOnUnloaded Inherited from ServiceBase.
UseWin8NotificationsIfAvailable Gets a value indicating whether native Windows 8 notifications are used. This is a dependency property.
See Also