Microsoft.Windows.Themes Namespace
.NET Framework 3.0
Provides exposure to the set of themes defined by Windows Presentation Foundation. In WPF, a theme is a set of resources, defined at the system level, which provide the default appearance for controls and other visual elements of an application. WPF themes are created using styles and include Luna, Aero, Royale, and Classic. Only the client area of a WPF application uses these themes; the appearance of the window border and buttons that form the window chrome is controlled by the Win32 theme service.
| Class | Description | |
|---|---|---|
![]() | BulletChrome | Creates the theme-specific look for Microsoft .NET Framework version 3.0 Bullet elements. A Bullet defines the appearance of CheckBox and RadioButton elements. |
![]() | ButtonChrome | Creates the theme-specific look for Microsoft .NET Framework version 3.0 Button elements. |
![]() | ClassicBorderDecorator | Creates the theme-specific look for Decorator types, for use with the Classic theme. |
![]() | ListBoxChrome | Creates the theme-specific look for Microsoft .NET Framework version 3.0 ListBox elements. |
![]() | PlatformCulture | Provides culture-specific information used by the Microsoft .NET Framework version 3.0 system themes. |
![]() | ProgressBarBrushConverter | Creates the Brush used to draw the ProgressBar. |
![]() | ProgressBarHighlightConverter | Creates a DrawingBrush used to draw the highlighting for the ProgressBar. |
![]() | ScrollChrome | Creates the theme-specific look for Microsoft .NET Framework version 3.0 ScrollBar elements. |
![]() | SystemDropShadowChrome | Creates a theme specific look for drop shadow effects. |
| Enumeration | Description | |
|---|---|---|
![]() | ClassicBorderStyle | Specifics the type of Border to draw. |
![]() | ScrollGlyph | Describes the glyphs used to represent the Thumb. |
![]() | ThemeColor | Represents possible color variants for the Microsoft themes. |
Community Additions
ADD
Show:

