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 layout of a picture title and description.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.User)> _
Public Property Layout As SPPictureLibrarySlideshowDisplayStyle
Get
Set
'Usage
Dim instance As PictureLibrarySlideshowWebPart
Dim value As SPPictureLibrarySlideshowDisplayStyle
value = instance.Layout
instance.Layout = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.User)]
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