C# Class Sport.Mobile.Shared.Theming

Afficher le fichier Open project: xamarin/Sport

Méthodes publiques

Méthode Description
GetTheme ( League league ) : ColorTheme

Assigns a league a randomly-chosen theme from an existing finite list

GetThemeFromColor ( string color ) : ColorTheme
Theming ( ) : System

Method Details

GetTheme() public méthode

Assigns a league a randomly-chosen theme from an existing finite list
public GetTheme ( League league ) : ColorTheme
league League
Résultat ColorTheme

GetThemeFromColor() public méthode

public GetThemeFromColor ( string color ) : ColorTheme
color string
Résultat ColorTheme

Theming() public méthode

public Theming ( ) : System
Résultat System