←Select platform

AnimationLoop Property

Summary

Gets or sets the animation loop value.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int AnimationLoop {get; set;} 
Public Property AnimationLoop As Integer 
public int AnimationLoop {get; set;} 
@property (nonatomic, assign) NSUInteger animationLoop 
public int getAnimationLoop() 
public void setAnimationLoop(int loop) 
             
 <br/>get_AnimationLoop();<br/>set_AnimationLoop(value);<br/>Object.defineProperty('AnimationLoop');  
public: 
property int AnimationLoop { 
   int get(); 
   void set (    int ); 
} 

Property Value

The animation loop value.

Example

For an example, refer to CodecsGifOptions.

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.Codecs Assembly