Class SystemColors
Contains system colors, system brushes, and system resource keys that correspond to system display elements.
Inheritance
Inherited Members
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public static class SystemColors
Properties
| Improve this Doc View SourceActiveBorderColor
Gets a
Declaration
public static Color ActiveBorderColor { get; }
Property Value
Type | Description |
---|---|
Color | The color of the active window's border. |
ActiveCaptionColor
Gets a
Declaration
public static Color ActiveCaptionColor { get; }
Property Value
Type | Description |
---|---|
Color | The background color of the active window's title bar. |
ActiveCaptionTextColor
Gets a
Declaration
public static Color ActiveCaptionTextColor { get; }
Property Value
Type | Description |
---|---|
Color | The color of the active window's title bar. |
AppWorkspaceColor
Gets a
Declaration
public static Color AppWorkspaceColor { get; }
Property Value
Type | Description |
---|---|
Color | The color of the application workspace. |
ControlColor
Gets a
Declaration
public static Color ControlColor { get; }
Property Value
Type | Description |
---|---|
Color | The face color of a three-dimensional display element. |
ControlDarkColor
Gets a
Declaration
public static Color ControlDarkColor { get; }
Property Value
Type | Description |
---|---|
Color | The shadow color of a three-dimensional display element. |
ControlDarkDarkColor
Gets a
Declaration
public static Color ControlDarkDarkColor { get; }
Property Value
Type | Description |
---|---|
Color | The dark shadow color of a three-dimensional display element. |
ControlLightColor
Gets a
Declaration
public static Color ControlLightColor { get; }
Property Value
Type | Description |
---|---|
Color | The light color of a three-dimensional display element. |
ControlLightLightColor
Gets a
Declaration
public static Color ControlLightLightColor { get; }
Property Value
Type | Description |
---|---|
Color | The highlight color of a three-dimensional display element. |
ControlTextColor
Gets a
Declaration
public static Color ControlTextColor { get; }
Property Value
Type | Description |
---|---|
Color | The color of text in a three-dimensional display element. |
DesktopColor
Gets a
Declaration
public static Color DesktopColor { get; }
Property Value
Type | Description |
---|---|
Color | The color of the desktop. |
GrayTextColor
Gets a
Declaration
public static Color GrayTextColor { get; }
Property Value
Type | Description |
---|---|
Color | The color of disabled text. |
HighlightColor
Gets a
Declaration
public static Color HighlightColor { get; }
Property Value
Type | Description |
---|---|
Color | The background color of selected items. |
HighlightTextColor
Gets a
Declaration
public static Color HighlightTextColor { get; }
Property Value
Type | Description |
---|---|
Color | The color of the text of selected items. |
InactiveBorderColor
Gets a
Declaration
public static Color InactiveBorderColor { get; }
Property Value
Type | Description |
---|---|
Color | The color of an inactive window's border. |
InactiveCaptionColor
Gets a
Declaration
public static Color InactiveCaptionColor { get; }
Property Value
Type | Description |
---|---|
Color | The background color of an inactive window's title bar. |
InactiveCaptionTextColor
Gets a
Declaration
public static Color InactiveCaptionTextColor { get; }
Property Value
Type | Description |
---|---|
Color | The color of the text of an inactive window's title bar. |
InfoColor
Gets a
Declaration
public static Color InfoColor { get; }
Property Value
| Improve this Doc View SourceInfoTextColor
Gets a
Declaration
public static Color InfoTextColor { get; }
Property Value
| Improve this Doc View SourceMenuColor
Gets a
Declaration
public static Color MenuColor { get; }
Property Value
Type | Description |
---|---|
Color | The color of a menu's background. |
MenuTextColor
Gets a
Declaration
public static Color MenuTextColor { get; }
Property Value
Type | Description |
---|---|
Color | The color of a menu's text. |
ScrollBarColor
Gets a
Declaration
public static Color ScrollBarColor { get; }
Property Value
Type | Description |
---|---|
Color | The background color of a scroll bar. |
WindowColor
Gets a
Declaration
public static Color WindowColor { get; }
Property Value
Type | Description |
---|---|
Color | The background color in the client area of a window. |
WindowFrameColor
Gets a
Declaration
public static Color WindowFrameColor { get; }
Property Value
Type | Description |
---|---|
Color | The color of a window frame. |
WindowTextColor
Gets a
Declaration
public static Color WindowTextColor { get; }
Property Value
Type | Description |
---|---|
Color | The color of the text in the client area of a window. |