ArcFM Engine Developer Guide
Shuffle Property


Gets or sets a value that indicates if Slideshow will transition randomly between items in the list.
Syntax
'Declaration
 
<DefaultValueAttribute(False)>
Public Property Shuffle As Boolean
'Usage
 
Dim instance As Slideshow
Dim value As Boolean
 
instance.Shuffle = value
 
value = instance.Shuffle
[DefaultValue(false)]
public bool Shuffle {get; set;}

Property Value

true if Slideshow will transition randomly between items in the list; otherwise false. The default is false.
Requirements

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.

See Also

Reference

Slideshow Class
Slideshow Members

 

 


Send Comment