Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / SlideShowCellType Class / Loop Property
Example


In This Topic
    Loop Property
    In This Topic
    Gets or sets whether the slide show loops around from 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;}

    Property Value

    Boolean: true if slide show loops; false otherwise
    Remarks
    The slide show can loop back to the first slide after the last slide and it can loop to the last slide if you are at the first slide and backup.
    Example
    This example creates a slide show cell type.
    See Also