|
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.
|
|
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.
|
|
HasAnimatedProperties
|
Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties.
|
|
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.
|
|
UseWin8NotificationsIfAvailable
|
Gets or sets a value indicating whether native Windows 8/10 notifications are used. This is a dependency property.
|