Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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.

    See Also
    PluginViewOptions

    Extension Methods

    EditorHelpers.GetDescription()
    EditorHelpers.GetColor()
    EditorHelpers.RadioOptionFromEnum<DialogSize>()
    EditorHelpers.GetDisplayName()
    EnumExtensions.GetEnumId()
    EnumExtensions.GetDescription()
    EnumExtensions.GetDetails()
    EnumExtensions.GetOrdinal()
    EnumExtensions.GetChannelCount()
    EnumExtensions.GetIsGraphic()
    EnumExtensions.GetIsHdr()
    EnumExtensions.GetValue()
    EnumExtensions.GetBitsPerPixel()
    EnumExtensions.GetBitDepth()
    EnumExtensions.GetBitDepths()
    EnumExtensions.SupportsBitDepth(Int32)
    EnumExtensions.GetBitRate()
    EnumExtensions.GetResRates()
    EnumExtensions.GetIdTag()
    EnumExtensions.GetMimeType()
    EnumExtensions.GetMimeTypes()
    EnumExtensions.GetRelatedGuids()
    EnumExtensions.GetFirstRelatedGuid()
    EnumExtensions.GetAliases()
    EnumExtensions.CreateProfileInformation()
    EnumExtensions.CreateLevelInformation()
    EnumExtensions.FindByMimeType<DialogSize>(String)
    EnumExtensions.FindByRelatedGuid<DialogSize>(Guid)
    EnumExtensions.GetFirstAliasOrName()
    EnumListExtensions.GetAll<DialogSize>()
    Extensions.JsonClone<DialogSize>(IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.