StatusBarProgressIndicator.ProgressValue Property
Definition
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 a value representing progress in the range 0 to 1.
public:
property IReference<double> ^ ProgressValue { IReference<double> ^ get(); void set(IReference<double> ^ value); };
IReference<double> ProgressValue();
void ProgressValue(IReference<double> value);
public System.Nullable<double> ProgressValue { get; set; }
var iReference = statusBarProgressIndicator.progressValue;
statusBarProgressIndicator.progressValue = iReference;
Public Property ProgressValue As Nullable(Of Double)
Property Value
A value representing progress in the range 0 to 1.