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





Gets or sets the list of images to load in the control.

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

 Syntax

C#  Copy Code

public List<string> ImageSource { get; set; }

Visual Basic  Copy Code

Public Property ImageSource As List(Of String)

 Property Value

Type: List(String)
An instance of the List<string> structure, specifying the list of images for the control. The default is null (Nothing in VB.NET).

 See Also

Slideshow Members
Slideshow Class
MindFusion.UI.WebForms Namespace