LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

AnimationWaitUserInput Property






Gets or sets a value indicating whether the RasterImageAnimator object should wait for user input in the current frame. .NET support Silverlight support WinRT support
Syntax
public bool AnimationWaitUserInput {get; set;}
'Declaration
 
Public Property AnimationWaitUserInput As Boolean
'Usage
 
Dim instance As RasterImage
Dim value As Boolean
 
instance.AnimationWaitUserInput = value
 
value = instance.AnimationWaitUserInput
public bool AnimationWaitUserInput {get; set;}
 get_AnimationWaitUserInput();
set_AnimationWaitUserInput(value);
public:
property bool AnimationWaitUserInput {
   bool get();
   void set (    bool value);
}

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.

Example
There is currently no example for this property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImage Class
RasterImage Members
AnimationOffset Property
AnimationDelay Property
AnimationBackground Property
AnimationDisposalMethod Property
AnimationGlobalLoop Property
AnimationGlobalSize Property
AnimationGlobalBackground Property
RasterImageAnimator Class
Implementing Animation

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.