C# 클래스 Skybound.Gecko.GeckoStyleSheetService

파일 보기 프로젝트 열기: BloomBooks/BloomDesktop

공개 메소드들

메소드 설명
GeckoStyleSheetService ( ) : System
IsStyleSheetRegistered ( string sheetURI, uint type ) : bool
RegisterStyleSheet ( string sheetURI, uint type ) : void
UnregisterStyleSheet ( string sheetURI, uint type ) : void

메소드 상세

GeckoStyleSheetService() 공개 메소드

public GeckoStyleSheetService ( ) : System
리턴 System

IsStyleSheetRegistered() 공개 메소드

public IsStyleSheetRegistered ( string sheetURI, uint type ) : bool
sheetURI string
type uint
리턴 bool

RegisterStyleSheet() 공개 메소드

public RegisterStyleSheet ( string sheetURI, uint type ) : void
sheetURI string
type uint
리턴 void

UnregisterStyleSheet() 공개 메소드

public UnregisterStyleSheet ( string sheetURI, uint type ) : void
sheetURI string
type uint
리턴 void