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


In This Topic
    PlayInterval Property
    In This Topic
    Gets or sets the interval in milliseconds before switching to the next slide.
    Syntax
    'Declaration
     
    
    Public Property PlayInterval As Integer
    'Usage
     
    
    Dim instance As SlideShowCellType
    Dim value As Integer
     
    instance.PlayInterval = value
     
    value = instance.PlayInterval
    public int PlayInterval {get; set;}

    Property Value

    Integer number of milliseconds between slides
    Example
    This example creates a slide show cell type.
    See Also