Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
      • EO.Base
      • EO.Base.UI
      • EO.Extensions
      • EO.Pdf
      • EO.Pdf.Acm
      • EO.Pdf.Contents
      • EO.Pdf.Drawing
      • EO.Pdf.Mvc
      • EO.Web
      • EO.WebBrowser
      • EO.WebBrowser.DOM
      • EO.WebEngine
      • EO.WinForm
      • EO.Wpf
      • EO.Wpf.Gauge
      • EO.Wpf.Gauge.Shapes
      • EO.Wpf.Primitives
      • EO.Wpf.Themes.Aero
      • EO.Wpf.Themes.Classic
      • EO.Wpf.Themes.Luna
      • EO.Wpf.Themes.Metro
      • EO.Wpf.Themes.Royale
    • JavaScript API Reference
ThemeManager Methods

The methods of the ThemeManager class are listed below. For a complete list of ThemeManager class members, see the ThemeManager Members topic.

Methods
Name Description
AddEffectiveAppThemeNameChangedHandler Add an event handler to the EffectiveAppThemeNameChanged attached event.
AddEffectiveSkinNameChangedHandler Add an event handler to the EffectiveSkinNameChanged attached event.
Equals (inherited from Object) 
Finalize (inherited from Object) 
GetEffectiveAppThemeName Gets the current value of AppTheme.
GetEffectiveSkinName Gets the effective skin name.
GetHashCode (inherited from Object) 
GetSkinName Gets the current skin name for a FrameworkElement.
GetSkinStyles Gets all registered SkinStyleInfo objects for a specific control type.
GetThemeName Gets the current theme name for a FrameworkElement.
GetThemeStyles Gets all registered ThemeStyleInfo objects for a specific control type.
GetTrackAppTheme Gets the value of the TrackAppTheme attached property.
GetType (inherited from Object) 
MemberwiseClone (inherited from Object) 
Register Register a FrameworkElement with the theme manager.
RegisterSkinStyles Register a list of skin styles.
RegisterThemeStyles Register a list of themes styles.
RemoveEffectiveAppThemeNameChangedHandler Remove an event handler from the EffectiveAppThemeNameChanged attached event.
RemoveEffectiveSkinNameChangedHandler Remove an event handler from the EffectiveSkinNameChanged attached event.
SetSkinName Sets the current skin name for a FrameworkElement.
SetThemeName Sets the current theme name for a FrameworkElement.
SetTrackAppTheme Sets the value of the TrackAppTheme attached property.
ToString (inherited from Object) 
See Also