ThemeResourceKeyType Enum

Definition

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

BackgroundBrush 3

Specifies the background brush.

BackgroundColor 1

Specifies the background color.

ForegroundBrush 2

Specifies the foreground brush.

ForegroundColor 0

Specifies the foreground color.

Applies to