AppNotificationProgressBar.Value Property

Definition

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

Property Value

Double

double

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.

Applies to