Enum CompactViewAppearance
Indicates how a Page View should be presented in cases of limited screen space (like TV mode).
Namespace: MediaBrowser.Model.Plugins.UI.Views.Enums
Assembly: MediaBrowser.Model.dll
Syntax
public enum CompactViewAppearance
Remarks
Used in CompactViewAppearance.
Fields
Name | Description |
---|---|
Default | Default appearance. Page view size may be limited by a side bar or button block. |
UseAllScreenSpace | Don't limit screen estate by a side bar or button block. |