Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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