C# Class Skybound.Gecko.GeckoStyleSheetService

显示文件 Open project: BloomBooks/BloomDesktop

Public Methods

Method Description
GeckoStyleSheetService ( ) : System
IsStyleSheetRegistered ( string sheetURI, uint type ) : bool
RegisterStyleSheet ( string sheetURI, uint type ) : void
UnregisterStyleSheet ( string sheetURI, uint type ) : void

Method Details

GeckoStyleSheetService() public method

public GeckoStyleSheetService ( ) : System
return System

IsStyleSheetRegistered() public method

public IsStyleSheetRegistered ( string sheetURI, uint type ) : bool
sheetURI string
type uint
return bool

RegisterStyleSheet() public method

public RegisterStyleSheet ( string sheetURI, uint type ) : void
sheetURI string
type uint
return void

UnregisterStyleSheet() public method

public UnregisterStyleSheet ( string sheetURI, uint type ) : void
sheetURI string
type uint
return void