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


In This Topic
    AutoPlay Property
    In This Topic
    Gets or sets whether the slide show plays automatically on render.
    Syntax
    'Declaration
     
    
    Public Property AutoPlay As Boolean
    'Usage
     
    
    Dim instance As SlideShowCellType
    Dim value As Boolean
     
    instance.AutoPlay = value
     
    value = instance.AutoPlay
    public bool AutoPlay {get; set;}

    Property Value

    Boolean: true to have the slide show play automatically; false otherwise
    Example
    This example creates a slide show cell type.
    See Also