AutoAdvance Property

Transitionals

Transitionals AutoAdvance Property
NamespacesTransitionals.ControlsSlideshowAutoAdvance
Gets or sets a value that indicates if Slideshow will automatically advance to the next item. Slideshow advances to the next item.
Declaration Syntax
C# Visual Basic Visual C++
public bool AutoAdvance { get; set; }
Public Property AutoAdvance As Boolean
public:
property bool AutoAdvance {
	bool get ();
	void set (bool value);
}
Value
true if Slideshow will automatically advance to the next item; otherwise false.
Remarks
The amount of time that Slideshow will wait before advancing to the next item can be specified using the AutoAdvanceDuration property. This property defaults to false.

Assembly: Transitionals (Module: Transitionals) Version: 1.0.0.0 (1.0.0.0)