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





Gets or sets a value specifying whether the control should automatically start the slideshow when loaded.

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

 Syntax

C#  Copy Code

public bool AutoStart { get; set; }

Visual Basic  Copy Code

Public Property AutoStart As Boolean

 Property Value

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

 See Also

Slideshow Members
Slideshow Class
MindFusion.UI.WebForms Namespace