C# 클래스 MonoMobile.Views.Theme

상속: NSObject
파일 보기 프로젝트 열기: RobertKozak/MonoMobile.Views 1 사용 예제들

공개 메소드들

메소드 설명
CreateTheme ( ) : Theme
CreateTheme ( Theme theme ) : Theme
CreateTheme ( Type themeType ) : Theme
MergeTheme ( Theme theme ) : void
Theme ( ) : System
ThemeChanged ( UITableViewCell cell ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ConfigureBackgroundImage ( ) : void

메소드 상세

CreateTheme() 공개 정적인 메소드

public static CreateTheme ( ) : Theme
리턴 Theme

CreateTheme() 공개 정적인 메소드

public static CreateTheme ( Theme theme ) : Theme
theme Theme
리턴 Theme

CreateTheme() 공개 정적인 메소드

public static CreateTheme ( Type themeType ) : Theme
themeType System.Type
리턴 Theme

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

MergeTheme() 공개 메소드

public MergeTheme ( Theme theme ) : void
theme Theme
리턴 void

Theme() 공개 메소드

public Theme ( ) : System
리턴 System

ThemeChanged() 공개 메소드

public ThemeChanged ( UITableViewCell cell ) : void
cell UITableViewCell
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string