ToolStripProgressBar.MarqueeAnimationSpeed プロパティ

定義

Marquee の表示のそれぞれの更新の間隔をミリ秒単位で表す値を取得または設定します。

public:
 property int MarqueeAnimationSpeed { int get(); void set(int value); };
public int MarqueeAnimationSpeed { get; set; }
member this.MarqueeAnimationSpeed : int with get, set
Public Property MarqueeAnimationSpeed As Integer

プロパティ値

Int32

遅延時間をミリ秒単位で表す整数。

注釈

このプロパティは MarqueeAnimationSpeed 、表示更新の遅延を取得または設定します。 したがって、プロパティの MarqueeAnimationSpeed 値を小さくすると、アニメーションの速度が向上します。

適用対象

こちらもご覧ください