IsContinuous Property

Transitionals

Transitionals IsContinuous Property
NamespacesTransitionals.ControlsSlideshowIsContinuous
Gets or sets a value that indicates if Slideshow will treat the items in the list as a continuous loop.
Declaration Syntax
C# Visual Basic Visual C++
public bool IsContinuous { get; set; }
Public Property IsContinuous As Boolean
public:
property bool IsContinuous {
	bool get ();
	void set (bool value);
}
Value
true if Slideshow if Slideshow will treat the items in the list as a continuous loop; otherwise false. The default is true.
Remarks
When this property is set to 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.

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