Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.54 KB

appnotificationprogressbar_valuestringoverride.md

File metadata and controls

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

Microsoft.Windows.AppNotifications.Builder.AppNotificationProgressBar.ValueStringOverride

-description

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

-property-value

The value string override text.

-remarks

You can also set the value string override text by calling AppNotificationProgressBar.SetValueStringOverride property.

You can set the title text using data binding by calling AppNotificationProgressBar.BindValueStringOverride. 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