Compartilhar via


SmoothProgressBar.AnimationMaximumDurationProperty Field

The dependency property used to animate the Value property of the progress bar. The maximum time interval in milliseconds during which the progress is animated between the current Value and the TargetValue. Default = 1000ms.

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

Syntax

'Declaration
Public Shared ReadOnly AnimationMaximumDurationProperty As DependencyProperty
public static readonly DependencyProperty AnimationMaximumDurationProperty
public:
static initonly DependencyProperty^ AnimationMaximumDurationProperty
static val AnimationMaximumDurationProperty: DependencyProperty
public static final var AnimationMaximumDurationProperty : DependencyProperty

.NET Framework Security

See Also

Reference

SmoothProgressBar Class

Microsoft.VisualStudio.PlatformUI Namespace