C# 클래스 Sport.Mobile.Shared.Theming

파일 보기 프로젝트 열기: xamarin/Sport

공개 메소드들

메소드 설명
GetTheme ( League league ) : ColorTheme

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

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

메소드 상세

GetTheme() 공개 메소드

Assigns a league a randomly-chosen theme from an existing finite list
public GetTheme ( League league ) : ColorTheme
league League
리턴 ColorTheme

GetThemeFromColor() 공개 메소드

public GetThemeFromColor ( string color ) : ColorTheme
color string
리턴 ColorTheme

Theming() 공개 메소드

public Theming ( ) : System
리턴 System