Edit

Share via


BindableProgressBarValue Class

Definition

A binding value for doubles.

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

Constructors

BindableProgressBarValue(String)

Initializes a new instance of the BindableProgressBarValue class. A new binding for a double value, with the required binding value name. Do NOT include surrounding {} brackets.

Properties

BindingName

Gets or sets the name that maps to your binding data value.

Operators

Implicit(AdaptiveProgressBarValue to BindableProgressBarValue)

Creates a BindableProgressBarValue that has a raw value assigned.

Implicit(BindableProgressBarValue to AdaptiveProgressBarValue)

Returns the raw value of the BindableProgressBarValue.

Implicit(Double to BindableProgressBarValue)

Creates an BindableProgressBarValue that has the raw double value.

Applies to