ThemeResourceKeyType Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of resource being referenced by a ThemeResourceKey.
public enum class ThemeResourceKeyType
C++/CX
public enum class ThemeResourceKeyType
enum ThemeResourceKeyType
public enum ThemeResourceKeyType
type ThemeResourceKeyType =
Public Enum ThemeResourceKeyType
- Inheritance
-
ThemeResourceKeyType
Name | Value | Description |
---|---|---|
ForegroundColor | 0 | Specifies the foreground color. |
BackgroundColor | 1 | Specifies the background color. |
ForegroundBrush | 2 | Specifies the foreground brush. |
BackgroundBrush | 3 | Specifies the background brush. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |