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)

public enum ThemeResourceKeyType

Member nameDescription
BackgroundBrush

Specifies the background brush.

BackgroundColor

Specifies the background color.

ForegroundBrush

Specifies the foreground brush.

ForegroundColor

Specifies the foreground color.

Return to top
Show: