PictureLibrarySlideshowWebPart.Layout property
Gets or sets the display layout of a picture title and description.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.User)> _
<WebBrowsableAttribute(False)> _
Public Property Layout As SPPictureLibrarySlideshowDisplayStyle
Get
Set
'Usage
Dim instance As PictureLibrarySlideshowWebPart
Dim value As SPPictureLibrarySlideshowDisplayStyle
value = instance.Layout
instance.Layout = value
[PersonalizableAttribute(PersonalizationScope.User)]
[WebBrowsableAttribute(false)]
public SPPictureLibrarySlideshowDisplayStyle Layout { get; set; }
Property value
Type: Microsoft.SharePoint.WebPartPages.SPPictureLibrarySlideshowDisplayStyle
The display layout of a picture title and description.
See also
Reference
PictureLibrarySlideshowWebPart class