←Select platform

AnimationDelay Property

Summary

Gets or sets a value indicating the animation delay in milliseconds (ms) for the current frame.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int AnimationDelay { get; set; } 
Public Property AnimationDelay As Integer 
public int AnimationDelay {get; set;} 
@property (nonatomic, assign) NSUInteger animationDelay 
public int getAnimationDelay() 
 <br/>get_AnimationDelay();<br/>set_AnimationDelay(value);<br/>Object.defineProperty('AnimationDelay');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly