C# Class MonoMobile.Views.Theme

Inheritance: NSObject
Exibir arquivo Open project: RobertKozak/MonoMobile.Views Class Usage Examples

Public Methods

Method Description
CreateTheme ( ) : Theme
CreateTheme ( Theme theme ) : Theme
CreateTheme ( Type themeType ) : Theme
MergeTheme ( Theme theme ) : void
Theme ( ) : System
ThemeChanged ( UITableViewCell cell ) : void
ToString ( ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ConfigureBackgroundImage ( ) : void

Method Details

CreateTheme() public static method

public static CreateTheme ( ) : Theme
return Theme

CreateTheme() public static method

public static CreateTheme ( Theme theme ) : Theme
theme Theme
return Theme

CreateTheme() public static method

public static CreateTheme ( Type themeType ) : Theme
themeType System.Type
return Theme

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MergeTheme() public method

public MergeTheme ( Theme theme ) : void
theme Theme
return void

Theme() public method

public Theme ( ) : System
return System

ThemeChanged() public method

public ThemeChanged ( UITableViewCell cell ) : void
cell UITableViewCell
return void

ToString() public method

public ToString ( ) : string
return string