SPPictureLibrarySlideshowDisplayStyle enumeration

Enumerates the layouts of the picture title and description that are displayed in the PictureLibrarySlideshowWebPart.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration SPPictureLibrarySlideshowDisplayStyle
'Usage
Dim instance As SPPictureLibrarySlideshowDisplayStyle
public enum SPPictureLibrarySlideshowDisplayStyle

Members

Member name Description
NoTitleDesc The title and the description of the picture are not displayed.
TitleBelow The title is displayed below the picture, but the description is not displayed.
TitleDescBelow The title and the description are displayed below the picture.
TitleDescSide The title and the description are displayed on the right side of the picture.

See also

Reference

Microsoft.SharePoint.WebPartPages namespace