C# Класс MediaPortal.Plugins.MovingPictures.MainUI.MovingPicturesSkinSettings

Наследование: Cornerstone.MP.SkinSettings
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
IsViewAvailable ( BrowserViewMode view ) : bool

Returns true if the specified view is implemented by the current skin.

MovingPicturesSkinSettings ( string skinFileName ) : Cornerstone.MP

Creates a SkinSettings object based on a Moving Pictures skin file.

UseBackdrop ( BrowserViewMode view ) : bool

Returns true if the backdrop should be displayed for the specified view.

Описание методов

IsViewAvailable() публичный Метод

Returns true if the specified view is implemented by the current skin.
public IsViewAvailable ( BrowserViewMode view ) : bool
view BrowserViewMode
Результат bool

MovingPicturesSkinSettings() публичный Метод

Creates a SkinSettings object based on a Moving Pictures skin file.
public MovingPicturesSkinSettings ( string skinFileName ) : Cornerstone.MP
skinFileName string
Результат Cornerstone.MP

UseBackdrop() публичный Метод

Returns true if the backdrop should be displayed for the specified view.
public UseBackdrop ( BrowserViewMode view ) : bool
view BrowserViewMode
Результат bool