Edit

Share via


AdaptiveProgressBar Class

Definition

New in Creators Update: A progress bar. Only supported on toasts on Desktop, build 15007 or newer.

public sealed class AdaptiveProgressBar : Microsoft.Toolkit.Uwp.Notifications.IToastBindingGenericChild
type AdaptiveProgressBar = class
    interface IToastBindingGenericChild
Public NotInheritable Class AdaptiveProgressBar
Implements IToastBindingGenericChild
Inheritance
AdaptiveProgressBar
Implements

Constructors

AdaptiveProgressBar()

Properties

Status

Gets or sets a status string (Required), which is displayed underneath the progress bar. This string should reflect the status of the operation, like "Downloading..." or "Installing..."

Title

Gets or sets an optional title string. Supports data binding.

Value

Gets or sets the value of the progress bar. Supports data binding. Defaults to 0.

ValueStringOverride

Gets or sets an optional string to be displayed instead of the default percentage string. If this isn't provided, something like "70%" will be displayed.

Applies to