AppNotificationProgressBar.Value Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the progress value of an app notification progress bar.
public:
property double Value { double get(); void set(double value); };
double Value();
void Value(double value);
public double Value { get; set; }
var double = appNotificationProgressBar.value;
appNotificationProgressBar.value = double;
Public Property Value As Double
double
The progress value.
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.
Product | Versions |
---|---|
Windows App SDK | 1.2, 1.3, 1.4, 1.5, 1.6 |