LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

AnimationDelay Property






Gets or sets a value indicating the animation delay in milliseconds (ms) for the current frame. .NET support Silverlight support WinRT support
Syntax
public int AnimationDelay {get; set;}
'Declaration
 
Public Property AnimationDelay As Integer
'Usage
 
Dim instance As RasterImage
Dim value As Integer
 
instance.AnimationDelay = value
 
value = instance.AnimationDelay
public int AnimationDelay {get; set;}
 get_AnimationDelay();
set_AnimationDelay(value);
public:
property int AnimationDelay {
   int get();
   void set (    int value);
}

Property Value

An integer value indicating the animation delay in milliseconds (ms) for the current frame
Remarks

When the value of this property is changed, the Changed event will fire with RasterImageChangedFlags set to RasterImageChangedFlags.AnimationProperties.

For more information, refer to Implementing Animation.

Example
For an example, refer to AnimationGlobalLoop
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

RasterImage Class
RasterImage Members
AnimationWaitUserInput Property
AnimationOffset Property
AnimationBackground Property
AnimationDisposalMethod Property
AnimationGlobalLoop Property
AnimationGlobalSize Property
AnimationGlobalBackground Property
RasterImageAnimator Class
Implementing Animation

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.