다음을 통해 공유


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

‘선언
Public Property TargetValue As Double
public double TargetValue { get; set; }

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