ThemeResourceKeyType Enum
Definition
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
public enum class ThemeResourceKeyType
enum ThemeResourceKeyType
public enum ThemeResourceKeyType
type ThemeResourceKeyType =
Public Enum ThemeResourceKeyType
- Inheritance
-
ThemeResourceKeyType
Fields
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. |