Edit

Share via


AdaptiveProgressBarValue Class

Definition

A class that represents the progress bar's value.

public sealed class AdaptiveProgressBarValue
type AdaptiveProgressBarValue = class
Public NotInheritable Class AdaptiveProgressBarValue
Inheritance
AdaptiveProgressBarValue

Properties

BindingName

Gets or sets the property name to bind to.

Indeterminate

Gets an indeterminate progress bar value.

IsIndeterminate

Gets or sets a value indicating whether the progress bar is indeterminate.

Value

Gets or sets the value (0-1) representing the percent complete.

Methods

FromBinding(String)

Returns a progress bar value using the specified binding name.

FromValue(Double)

Returns a progress bar value using the specified value (0-1) representing the percent complete.

Applies to