←Select platform

AnimationDelay Property

Summary
Gets or sets a value indicating the animation delay in milliseconds (ms) for the current frame.
Syntax
C#
VB
Objective-C
C++
Java
public int AnimationDelay { get; set; } 
Public Property AnimationDelay As Integer 
@property (nonatomic, assign) NSUInteger animationDelay 
public int getAnimationDelay() 
public: 
property int AnimationDelay { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.