Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Delay Property
See Also 
Leadtools Namespace > RasterImageAnimator Class : Delay Property



Gets the time remaining in the current wait state of an animation playback.

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property Delay As Integer
Visual Basic (Usage) Copy Code
Dim instance As RasterImageAnimator
Dim value As Integer
 
value = instance.Delay
C#  
public int Delay {get;}
C++/CLI  
public:
property int Delay {
   int get();
}

Return Value

An integer value that indicates the time remaining in the current wait state of an animation playback.

Example

For an example, refer to Append.

Remarks

The delay is in milliseconds (ms).

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also