Spread for ASP.NET 12 Product Documentation
Loop Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > SlideShowCellType Class : Loop Property
Gets or sets whether the slide show loops around at either the first or last slide.
Syntax
'Declaration
 
Public Property Loop As Boolean
'Usage
 
Dim instance As SlideShowCellType
Dim value As Boolean
 
instance.Loop = value
 
value = instance.Loop
public bool Loop {get; set;}
See Also

Reference

SlideShowCellType Class
SlideShowCellType Members