C# Class MonoMobile.Views.Theme

Inheritance: NSObject
Afficher le fichier Open project: RobertKozak/MonoMobile.Views Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ConfigureBackgroundImage ( ) : void

Method Details

CreateTheme() public static méthode

public static CreateTheme ( ) : Theme
Résultat Theme

CreateTheme() public static méthode

public static CreateTheme ( Theme theme ) : Theme
theme Theme
Résultat Theme

CreateTheme() public static méthode

public static CreateTheme ( Type themeType ) : Theme
themeType System.Type
Résultat Theme

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MergeTheme() public méthode

public MergeTheme ( Theme theme ) : void
theme Theme
Résultat void

Theme() public méthode

public Theme ( ) : System
Résultat System

ThemeChanged() public méthode

public ThemeChanged ( UITableViewCell cell ) : void
cell UITableViewCell
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string