C# 클래스 MahApps.Metro.ThemeManager

파일 보기 프로젝트 열기: Irdis/VSTalk

공개 메소드들

메소드 설명
ChangeTheme ( Application app, Accent accent, Theme theme ) : void
ChangeTheme ( System.Windows.ResourceDictionary r, Accent accent, Theme theme ) : void
ChangeTheme ( Window window, Accent accent, Theme theme ) : void

비공개 메소드들

메소드 설명
ApplyResourceDictionary ( System.Windows.ResourceDictionary newRd, System.Windows.ResourceDictionary oldRd ) : void

메소드 상세

ChangeTheme() 공개 정적인 메소드

public static ChangeTheme ( Application app, Accent accent, Theme theme ) : void
app System.Windows.Application
accent Accent
theme Theme
리턴 void

ChangeTheme() 공개 정적인 메소드

public static ChangeTheme ( System.Windows.ResourceDictionary r, Accent accent, Theme theme ) : void
r System.Windows.ResourceDictionary
accent Accent
theme Theme
리턴 void

ChangeTheme() 공개 정적인 메소드

public static ChangeTheme ( Window window, Accent accent, Theme theme ) : void
window System.Windows.Window
accent Accent
theme Theme
리턴 void