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.
Specifies the allowable media player display modes.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Enumeration MediaDisplayMode
'Usage
Dim instance As MediaDisplayMode
public enum MediaDisplayMode
Members
Member name | Description | |
---|---|---|
Inline | Represents the display mode that displays the media player inline with the rest of the page content. | |
Overlay | Represents the display mode that overlays the page in a pop-up. | |
FullScreen | Represents the full-screen display mode. |