Miner.PresentationFramework Assembly > Miner.PresentationFramework.Transtions.Controls Namespace > Slideshow Class : IsContinuous Property |
'Declaration <DefaultValueAttribute(True)> Public Property IsContinuous As Boolean
'Usage Dim instance As Slideshow Dim value As Boolean instance.IsContinuous = value value = instance.IsContinuous
[DefaultValue(true)] public bool IsContinuous {get; set;}
true
if Slideshow if Slideshow will treat the items in the list as a continuous loop; otherwise false
. The default is true
.true
(the default) and the last item in the list is displayed, Slideshow will transition to the first item in the list. Similarly, if the first item is displayed and a request is made to display the previous item, Slideshow will automatically transition to the last item in the list.Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.