Share via


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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Property TargetValue As Double
public double TargetValue { get; set; }
public:
property double TargetValue {
    double get ();
    void set (double value);
}
member TargetValue : float with get, set
function get TargetValue () : double 
function set TargetValue (value : double)

Property Value

Type: System.Double
Returns the target value of the progress bar.

.NET Framework Security

See Also

Reference

SmoothProgressBar Class

Microsoft.VisualStudio.PlatformUI Namespace