Visual Basic (Declaration) | |
---|---|
Public Property AnimationDelay As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int AnimationDelay {get; set;} |
Return Value
An integer value indicating the animation delay in milliseconds (ms) for the current frameFor an example, refer to AnimationGlobalLoop
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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Reference
RasterImage ClassRasterImage Members
AnimationWaitUserInput Property
AnimationOffset Property
AnimationBackground Property
AnimationDisposalMethod Property
AnimationGlobalLoop Property
AnimationGlobalSize Property
AnimationGlobalBackground Property
RasterImageAnimator Class
Implementing Animation