Version

AnimationWaitInterval Property

By default 125, the value represents the wait time in milliseconds between state checks of an Animation.
Syntax
'Declaration
 
<ProxySetting(TypeIDValue=1006, DefaultValue=125)>
Protected Property AnimationWaitInterval As System.Integer
[ProxySetting(TypeIDValue=1006, DefaultValue=125)]
protected System.int AnimationWaitInterval {get; set;}
[ProxySetting(TypeIDValue=1006, DefaultValue=125)]
protected: __property System.int get_AnimationWaitInterval();
protected: __property void set_AnimationWaitInterval( 
   System.int value
);
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also