←Select platform

AnimationWaitUserInput Property

Summary

Gets or sets a value indicating whether the RasterImageAnimator object should wait for user input in the current frame.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool AnimationWaitUserInput { get; set; } 
Public Property AnimationWaitUserInput As Boolean 
public bool AnimationWaitUserInput {get; set;} 
@property (nonatomic, assign) BOOL animationWaitUserInput 
public boolean getAnimationWaitUserInput() 
 <br/>get_AnimationWaitUserInput();<br/>set_AnimationWaitUserInput(value);<br/>Object.defineProperty('AnimationWaitUserInput');  
public: 
property bool AnimationWaitUserInput { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the RasterImageAnimator object should wait for user input in the current frame; false, otherwise.

Remarks

The "Wait for user input" is supported by GIF89a and later standard. This flag gets set to the corresponding value if this image was loaded from a GIF file. Also, the value set in this property will be used if this image is saved as a GIF file. Otherwise, the LEADTOOLS toolkit will not use the value of this property.

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.

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