ToolStripProgressBar.MarqueeAnimationSpeed 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值表示每次 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
属性值
表示延迟的一个整数(以毫秒为单位)。
注解
该 MarqueeAnimationSpeed 属性获取或设置显示更新的延迟。 因此,当降低属性的值 MarqueeAnimationSpeed 时,动画的速度就会增加。