SmoothProgressBar::TargetValue Property

 

Gets or sets the target value of the progress bar. The progress bar animates smoothly from its current value to the target value.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property double TargetValue {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

Returns the target value of the progress bar.

Return to top
Show: