C# Class FirstFloor.ModernUI.Presentation.AppearanceManager

Manages the theme, font size and accent colors for a Modern UI application.
Inheritance: NotifyPropertyChanged
Datei anzeigen Open project: gro-ove/actools

Public Properties

Property Type Description
DarkThemeSource System.Uri
FixedToolBarsSource System.Uri
LightThemeSource System.Uri
PopupToolBarsSource System.Uri

Public Methods

Method Description
Initialize ( ) : void
SetAccentColorAsync ( Color value ) : void

Private Methods

Method Description
AppearanceManager ( ) : System
GetThemeDictionary ( ) : System.Windows.ResourceDictionary

Method Details

Initialize() public method

public Initialize ( ) : void
return void

SetAccentColorAsync() public method

public SetAccentColorAsync ( Color value ) : void
value Color
return void

Property Details

DarkThemeSource public_oe static_oe property

public static Uri,System DarkThemeSource
return System.Uri

FixedToolBarsSource public_oe static_oe property

public static Uri,System FixedToolBarsSource
return System.Uri

LightThemeSource public_oe static_oe property

public static Uri,System LightThemeSource
return System.Uri

PopupToolBarsSource public_oe static_oe property

public static Uri,System PopupToolBarsSource
return System.Uri