ThemeResourceKeyType Enumeration
Specifies the type of resource being referenced by a ThemeResourceKey.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'宣言
Public Enumeration ThemeResourceKeyType
public enum ThemeResourceKeyType
Members
Member name | Description | |
---|---|---|
ForegroundColor | Specifies the foreground color. | |
BackgroundColor | Specifies the background color. | |
ForegroundBrush | Specifies the foreground brush. | |
BackgroundBrush | Specifies the background brush. |