ASP.NET Pack Programmer's Guide
Slideshow.AutoReverse Property
See Also
 





Gets or sets a value specifying whether the control should automatically replay the slideshow.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public bool AutoReverse { get; set; }

Visual Basic  Copy Code

Public Property AutoReverse As Boolean

 Property Value

Type: Boolean
true if the auto reverse is enabled; otherwise false. Default value is false.

 See Also

Slideshow Members
Slideshow Class
MindFusion.UI.WebForms Namespace