ArcFM Engine Developer Guide
AutoAdvanceDuration Property


Gets or sets a System.Windows.Duration that indicates how much time must pass before Slideshow advances to the next item.
Syntax
'Declaration
 
Public Property AutoAdvanceDuration As Duration
'Usage
 
Dim instance As Slideshow
Dim value As Duration
 
instance.AutoAdvanceDuration = value
 
value = instance.AutoAdvanceDuration
public Duration AutoAdvanceDuration {get; set;}

Property Value

A System.Windows.Duration that indicates how much time must pass.
Remarks
This property defaults to 3 seconds and has no effect if AutoAdvance is set to 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