BCGControlBar Library for .NET
AnimationSpeed Property (DesktopAlert)




Specifies the rate of animation effect. The internal animation timer interval is set to
the value equal to AnimationSpeed / 10. The default value is 30.
Syntax
'Declaration
 
Public Property AnimationSpeed As Integer
'Usage
 
Dim instance As DesktopAlert
Dim value As Integer
 
instance.AnimationSpeed = value
 
value = instance.AnimationSpeed
public int AnimationSpeed {get; set;}
public: __property int get_AnimationSpeed();
public: __property void set_AnimationSpeed( 
   int value
);
public:
property int AnimationSpeed {
   int get();
   void set (    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

Reference

DesktopAlert Class
DesktopAlert Members

Send Feedback