[Visual
Basic] imagekitcontrolname.File.GifAnimeDelay
[ = Integer ]
[Visual C++] [
short =
]imagekitcontrolname.GetFile().GetGifAnimeDelay()
imagekitcontrolname.GetFile().SetGifAnimeDelay(short Val)
imagekitcontrolname.GetFile().SetGifAnimeDelay(short Val)
Property Value
The length of time after one page of a multi-page GIF image has been displayed and before the next page is displayed. (1/100 second units). The default value is 0.Explanation
The GifAnimeDelay property sets the length of time a single page of a mult-page GIF image is displayed.
Set this property when saving an image in a muti-page GIF file. This property is only enabled if the GifAnime property is True.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.