Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.26 KB

appnotificationprogressbar_value.md

File metadata and controls

35 lines (19 loc) · 1.26 KB
-api-id -api-type
P:Microsoft.Windows.AppNotifications.Builder.AppNotificationProgressBar.Value
winrt property

Microsoft.Windows.AppNotifications.Builder.AppNotificationProgressBar.Value

-description

Gets or sets the progress value of an app notification progress bar.

-property-value

The progress value.

-remarks

You can also set the status by calling AppNotificationProgressBar.SetValue.

The Value value is bound by default. Update the bound status value by assigning an AppNotificationProgressData object to the AppNotification.Progresss property.

For guidance on using the AppNotificationBuilder APIs to create the UI for app notifications, see App notification content.

For reference information about the XML schema for app notifications, see App notification content schema.

-see-also

-examples