Gets or sets a value indicating the animation delay in milliseconds (ms) for the current frame.
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');
An integer value indicating the animation delay in milliseconds (ms) for the current frame
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.
For an example, refer to AnimationGlobalLoop
AnimationWaitUserInput Property
AnimationDisposalMethod Property
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET