Show / Hide Table of Contents

Class SystemColors

Contains system colors, system brushes, and system resource keys that correspond to system display elements.

Inheritance
System.Object
SystemColors
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public static class SystemColors

Properties

| Improve this Doc View Source

ActiveBorderColor

Gets a structure that is the color of the active window's border.

Declaration
public static Color ActiveBorderColor { get; }
Property Value
Type Description
Color

The color of the active window's border.

| Improve this Doc View Source

ActiveCaptionColor

Gets a structure that is the background color of the active window's title bar.

Declaration
public static Color ActiveCaptionColor { get; }
Property Value
Type Description
Color

The background color of the active window's title bar.

| Improve this Doc View Source

ActiveCaptionTextColor

Gets a structure that is the color of the text in the active window's title bar.

Declaration
public static Color ActiveCaptionTextColor { get; }
Property Value
Type Description
Color

The color of the active window's title bar.

| Improve this Doc View Source

AppWorkspaceColor

Gets a structure that is the color of the application workspace.

Declaration
public static Color AppWorkspaceColor { get; }
Property Value
Type Description
Color

The color of the application workspace.

| Improve this Doc View Source

ControlColor

Gets a structure that is the face color of a three-dimensional display element.

Declaration
public static Color ControlColor { get; }
Property Value
Type Description
Color

The face color of a three-dimensional display element.

| Improve this Doc View Source

ControlDarkColor

Gets a structure that is the shadow color of a three-dimensional display element.

Declaration
public static Color ControlDarkColor { get; }
Property Value
Type Description
Color

The shadow color of a three-dimensional display element.

| Improve this Doc View Source

ControlDarkDarkColor

Gets a structure that is the dark shadow color of a three-dimensional display element.

Declaration
public static Color ControlDarkDarkColor { get; }
Property Value
Type Description
Color

The dark shadow color of a three-dimensional display element.

| Improve this Doc View Source

ControlLightColor

Gets a structure that is the light color of a three-dimensional display element.

Declaration
public static Color ControlLightColor { get; }
Property Value
Type Description
Color

The light color of a three-dimensional display element.

| Improve this Doc View Source

ControlLightLightColor

Gets a structure that is the highlight color of a three-dimensional display element.

Declaration
public static Color ControlLightLightColor { get; }
Property Value
Type Description
Color

The highlight color of a three-dimensional display element.

| Improve this Doc View Source

ControlTextColor

Gets a structure that is the color of text in a three-dimensional display element.

Declaration
public static Color ControlTextColor { get; }
Property Value
Type Description
Color

The color of text in a three-dimensional display element.

| Improve this Doc View Source

DesktopColor

Gets a structure that is the color of the desktop.

Declaration
public static Color DesktopColor { get; }
Property Value
Type Description
Color

The color of the desktop.

| Improve this Doc View Source

GrayTextColor

Gets a structure that is the color of disabled text.

Declaration
public static Color GrayTextColor { get; }
Property Value
Type Description
Color

The color of disabled text.

| Improve this Doc View Source

HighlightColor

Gets a structure that is the background color of selected items.

Declaration
public static Color HighlightColor { get; }
Property Value
Type Description
Color

The background color of selected items.

| Improve this Doc View Source

HighlightTextColor

Gets a structure that is the color of the text of selected items.

Declaration
public static Color HighlightTextColor { get; }
Property Value
Type Description
Color

The color of the text of selected items.

| Improve this Doc View Source

InactiveBorderColor

Gets a structure that is the color of an inactive window's border.

Declaration
public static Color InactiveBorderColor { get; }
Property Value
Type Description
Color

The color of an inactive window's border.

| Improve this Doc View Source

InactiveCaptionColor

Gets a structure that is the background color of an inactive window's title bar.

Declaration
public static Color InactiveCaptionColor { get; }
Property Value
Type Description
Color

The background color of an inactive window's title bar.

| Improve this Doc View Source

InactiveCaptionTextColor

Gets a structure that is the color of the text of an inactive window's title bar.

Declaration
public static Color InactiveCaptionTextColor { get; }
Property Value
Type Description
Color

The color of the text of an inactive window's title bar.

| Improve this Doc View Source

InfoColor

Gets a structure that is the background color for the ToolTip control.

Declaration
public static Color InfoColor { get; }
Property Value
Type Description
Color

The background color for the ToolTip control.

| Improve this Doc View Source

InfoTextColor

Gets a structure that is the text color for the ToolTip control.

Declaration
public static Color InfoTextColor { get; }
Property Value
Type Description
Color

The text color for the ToolTip control.

| Improve this Doc View Source

MenuColor

Gets a structure that is the color of a menu's background.

Declaration
public static Color MenuColor { get; }
Property Value
Type Description
Color

The color of a menu's background.

| Improve this Doc View Source

MenuTextColor

Gets a structure that is the color of a menu's text.

Declaration
public static Color MenuTextColor { get; }
Property Value
Type Description
Color

The color of a menu's text.

| Improve this Doc View Source

ScrollBarColor

Gets a structure that is the background color of a scroll bar.

Declaration
public static Color ScrollBarColor { get; }
Property Value
Type Description
Color

The background color of a scroll bar.

| Improve this Doc View Source

WindowColor

Gets a structure that is the background color in the client area of a window.

Declaration
public static Color WindowColor { get; }
Property Value
Type Description
Color

The background color in the client area of a window.

| Improve this Doc View Source

WindowFrameColor

Gets a structure that is the color of a window frame.

Declaration
public static Color WindowFrameColor { get; }
Property Value
Type Description
Color

The color of a window frame.

| Improve this Doc View Source

WindowTextColor

Gets a structure that is the color of the text in the client area of a window.

Declaration
public static Color WindowTextColor { get; }
Property Value
Type Description
Color

The color of the text in the client area of a window.

  • Improve this Doc
  • View Source