SmoothProgressBar.AnimationMaximumDuration 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 the maximum time interval, in milliseconds, during which the progress is animated between the current value and the target value.
public:
property int AnimationMaximumDuration { int get(); void set(int value); };
public:
property int AnimationMaximumDuration { int get(); void set(int value); };
public int AnimationMaximumDuration { get; set; }
member this.AnimationMaximumDuration : int with get, set
Public Property AnimationMaximumDuration As Integer
Property Value
Returns the maximum animation duration interval.