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.
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)
Available in Sandboxed Solutions: No
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. |