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;}
get_AnimationDelay();
set_AnimationDelay(value);
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.
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
RasterImage Class
RasterImage Members
AnimationWaitUserInput Property
AnimationOffset Property
AnimationBackground Property
AnimationDisposalMethod Property
AnimationGlobalLoop Property
AnimationGlobalSize Property
AnimationGlobalBackground Property
RasterImageAnimator Class
Implementing Animation