C# Class MahApps.Metro.ThemeManager

ファイルを表示 Open project: Irdis/VSTalk

Public Methods

Method Description
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

Private Methods

Method Description
ApplyResourceDictionary ( System.Windows.ResourceDictionary newRd, System.Windows.ResourceDictionary oldRd ) : void

Method Details

ChangeTheme() public static method

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

ChangeTheme() public static method

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

ChangeTheme() public static method

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