Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterImage Class : AnimationDelay Property |
public int AnimationDelay {get; set;}
'Declaration
Public Property AnimationDelay As Integer
'Usage
Dim instance As RasterImage Dim value As Integer instance.AnimationDelay = value value = instance.AnimationDelay
public int AnimationDelay {get; set;}
@property (nonatomic, assign) NSUInteger animationDelay
public int getAnimationDelay()
<br/>get_AnimationDelay();<br/>set_AnimationDelay(value);<br/>Object.defineProperty('AnimationDelay');
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.
RasterImage Class
RasterImage Members
AnimationWaitUserInput Property
AnimationOffset Property
AnimationBackground Property
AnimationDisposalMethod Property
AnimationGlobalLoop Property
AnimationGlobalSize Property
AnimationGlobalBackground Property
RasterImageAnimator Class
Implementing Animation