PictureLibrarySlideshowWebPart.Mode Property

Gets or sets the display order (sequential or random) of the pictures.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.User)> _
<WebBrowsableAttribute(False)> _
Public Property Mode As SPPictureLibrarySlideshowMode
    Get
    Set
'Usage
Dim instance As PictureLibrarySlideshowWebPart
Dim value As SPPictureLibrarySlideshowMode

value = instance.Mode

instance.Mode = value
[PersonalizableAttribute(PersonalizationScope.User)]
[WebBrowsableAttribute(false)]
public SPPictureLibrarySlideshowMode Mode { get; set; }

Property Value

Type: Microsoft.SharePoint.WebPartPages.SPPictureLibrarySlideshowMode
The display order (sequential or random) of the pictures.

See Also

Reference

PictureLibrarySlideshowWebPart Class

PictureLibrarySlideshowWebPart Members

Microsoft.SharePoint.WebPartPages Namespace