次の方法で共有


SmoothProgressBar.AnimationMaximumDuration Property

Definition

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.

Applies to