Enum DialogSize
Defines the display size for dialogs.
Namespace: MediaBrowser.Model.Plugins.UI.Views.Enums
Assembly: MediaBrowser.Model.dll
Syntax
public enum DialogSize
Remarks
Please note that in case of TV or mobile display modes, dialogs may always be shown as full-screen.
Used in PluginViewOptions.Fields
Name | Description |
---|---|
AutoFit | Automatically fits the dialog size to its contents. |
FullScreen | Covering the whole screen but with dialog header and footer still visible. |
FullScreenBorder | Close to full-screen but still recognizable as a dialog. |
Medium | Medium-sized dialog with header and footer. |
MediumTall | Medium-sized dialog with extra height with header and footer. |
Small | A small dialog without header for creating extended message or input boxes. |