C# 클래스 MediaPortal.Plugins.MovingPictures.MainUI.MovingPicturesSkinSettings

상속: Cornerstone.MP.SkinSettings
파일 보기 프로젝트 열기: damienhaynes/moving-pictures 1 사용 예제들

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